Html Css Color HEX #DF42B4 Razzle Dazzle Rose

📋 copy color: '#DF42B4'

red 223 ◦ green 66 ◦ blue 180

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

Shades of Razzle Dazzle Rose #DF42B4

Tints of Razzle Dazzle Rose #DF42B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 38.38%

R = 47.55%
G = 14.07%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DF42B4 (or 0xDF42B4) is known color: Razzle Dazzle Rose. HEX triplet: DF, 42 and B4. RGB value is (223,66,180). Sum of RGB (Red+Green+Blue) = 223+66+180=469 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.55% from 469); Green value is 66 (26.17% from 255 or 14.07% from 469); Blue value is 180 (70.70% from 255 or 38.38% from 469); Max value from RGB is 223 - color contains mainly: red. Hex color #DF42B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF42B4 is #20BD4B. Grayscale: #7D7D7D. Windows color (decimal): -2145612 or 11813599. OLE color: 11813599.

HSL color Cylindrical-coordinate representation of color #DF42B4: hue angle of 316.43º 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 #DF42B4 is Cyan = 0, Magento = 0.70, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 66 180 -
CMYK 0 0.70 0.19 0.13
HSL 316.43º 0.71% 0.57% -
HSV(B) 316.43º 0.7% 0.87% -
XYZ 40.62 22.88 45.46 -
YUV 125.94 158.51 197.23 -
System Red Green Blue C M Y K H S L
Decimal 223 66 180 0 0.70 0.19 0.13 316.43 0.71 0.57
Hex DF 42 B4 0 46 13 D 13C 47 39
Octal 337 102 264 0 106 23 15 474 107 71
Binary 11011111 1000010 10110100 0 1000110 10011 1101 100111100 1000111 111001

Color Harmonies of #DF42B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF42B4

Black with #DF42B4

Text Example


Text Example

White with #DF42B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF42B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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