Html Css Color HEX #DF25D9 Razzle Dazzle Rose

📋 copy color: '#DF25D9'

red 223 ◦ green 37 ◦ blue 217

#DF25D9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzle Dazzle Rose #DF25D9

Tints of Razzle Dazzle Rose #DF25D9

RGB

 RED value IS 223 (87.5% from 255) = 46.75%

 GREEN value IS 37 (14.84% from 255) = 7.76%

 BLUE value IS 217 (85.16% from 255) = 45.49%

R = 46.75%
G = 7.76%
B = 45.49%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.03

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DF25D9 (or 0xDF25D9) is known color: Razzle Dazzle Rose. HEX triplet: DF, 25 and D9. RGB value is (223,37,217). Sum of RGB (Red+Green+Blue) = 223+37+217=477 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.75% from 477); Green value is 37 (14.84% from 255 or 7.76% from 477); Blue value is 217 (85.16% from 255 or 45.49% from 477); Max value from RGB is 223 - color contains mainly: red. Hex color #DF25D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF25D9 is #20DA26. Grayscale: #707070. Windows color (decimal): -2152999 or 14231007. OLE color: 14231007.

HSL color Cylindrical-coordinate representation of color #DF25D9: hue angle of 301.94º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DF25D9 is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 37 217 -
CMYK 0 0.83 0.03 0.13
HSL 301.94º 0.74% 0.51% -
HSV(B) 301.94º 0.83% 0.87% -
XYZ 43.62 22.02 67.6 -
YUV 113.13 186.62 206.36 -
System Red Green Blue C M Y K H S L
Decimal 223 37 217 0 0.83 0.03 0.13 301.94 0.74 0.51
Hex DF 25 D9 0 53 3 D 12E 4A 33
Octal 337 45 331 0 123 3 15 456 112 63
Binary 11011111 100101 11011001 0 1010011 11 1101 100101110 1001010 110011

Color Harmonies of #DF25D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF25D9

Black with #DF25D9

Text Example


Text Example

White with #DF25D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF25D9; }

 p { color: rgb(223,37,217); }

 H1.HeaderClassName
 {
   color: #DF25D9;
 }
 .AnyTagClassName
 {
   color: #DF25D9;
 }
</style>

background-color css

<style>
 a { background-color: #DF25D9; }

 a { background-color: rgb(223,37,217); }

 div.DivClassName
 {
   background-color: #DF25D9;
 }
 .BgClassName
 {
   background-color: #DF25D9;
 }
</style>

border-color css

<style>
 span { border-color: #DF25D9; }

 span { border-color: rgb(223,37,217); }

 td.TdClassName
 {
   border-color: #DF25D9;
 }
 .TagClassName
 {
   border-color: #DF25D9;
 }
</style>