Html Css Color HEX #DF42B1 Razzle Dazzle Rose

📋 copy color: '#DF42B1'

red 223 ◦ green 66 ◦ blue 177

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

Shades of Razzle Dazzle Rose #DF42B1

Tints of Razzle Dazzle Rose #DF42B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 37.98%

R = 47.85%
G = 14.16%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DF42B1 (or 0xDF42B1) is known color: Razzle Dazzle Rose. HEX triplet: DF, 42 and B1. RGB value is (223,66,177). Sum of RGB (Red+Green+Blue) = 223+66+177=466 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.85% from 466); Green value is 66 (26.17% from 255 or 14.16% from 466); Blue value is 177 (69.53% from 255 or 37.98% from 466); Max value from RGB is 223 - color contains mainly: red. Hex color #DF42B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF42B1 is #20BD4E. Grayscale: #7D7D7D. Windows color (decimal): -2145615 or 11616991. OLE color: 11616991.

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

Color convert

RGB 223 66 177 -
CMYK 0 0.70 0.21 0.13
HSL 317.58º 0.71% 0.57% -
HSV(B) 317.58º 0.7% 0.87% -
XYZ 40.32 22.76 43.86 -
YUV 125.6 157.01 197.47 -
System Red Green Blue C M Y K H S L
Decimal 223 66 177 0 0.70 0.21 0.13 317.58 0.71 0.57
Hex DF 42 B1 0 46 15 D 13E 47 39
Octal 337 102 261 0 106 25 15 476 107 71
Binary 11011111 1000010 10110001 0 1000110 10101 1101 100111110 1000111 111001

Color Harmonies of #DF42B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF42B1

Black with #DF42B1

Text Example


Text Example

White with #DF42B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF42B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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