Html Css Color HEX #DF42B3 Razzle Dazzle Rose

📋 copy color: '#DF42B3'

red 223 ◦ green 66 ◦ blue 179

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

Shades of Razzle Dazzle Rose #DF42B3

Tints of Razzle Dazzle Rose #DF42B3

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.1%

 BLUE value IS 179 (70.31% from 255) = 38.25%

R = 47.65%
G = 14.1%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DF42B3 (or 0xDF42B3) is known color: Razzle Dazzle Rose. HEX triplet: DF, 42 and B3. RGB value is (223,66,179). Sum of RGB (Red+Green+Blue) = 223+66+179=468 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.65% from 468); Green value is 66 (26.17% from 255 or 14.10% from 468); Blue value is 179 (70.31% from 255 or 38.25% from 468); Max value from RGB is 223 - color contains mainly: red. Hex color #DF42B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF42B3 is #20BD4C. Grayscale: #7D7D7D. Windows color (decimal): -2145613 or 11748063. OLE color: 11748063.

HSL color Cylindrical-coordinate representation of color #DF42B3: hue angle of 316.82º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DF42B3 is Cyan = 0, Magento = 0.70, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 66 179 -
CMYK 0 0.70 0.20 0.13
HSL 316.82º 0.71% 0.57% -
HSV(B) 316.82º 0.7% 0.87% -
XYZ 40.52 22.84 44.92 -
YUV 125.83 158.01 197.31 -
System Red Green Blue C M Y K H S L
Decimal 223 66 179 0 0.70 0.20 0.13 316.82 0.71 0.57
Hex DF 42 B3 0 46 14 D 13D 47 39
Octal 337 102 263 0 106 24 15 475 107 71
Binary 11011111 1000010 10110011 0 1000110 10100 1101 100111101 1000111 111001

Color Harmonies of #DF42B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF42B3

Black with #DF42B3

Text Example


Text Example

White with #DF42B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF42B3; }

 p { color: rgb(223,66,179); }

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

background-color css

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

 a { background-color: rgb(223,66,179); }

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

border-color css

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

 span { border-color: rgb(223,66,179); }

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