Html Css Color HEX #DF31C3 Razzle Dazzle Rose

📋 copy color: '#DF31C3'

red 223 ◦ green 49 ◦ blue 195

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

Shades of Razzle Dazzle Rose #DF31C3

Tints of Razzle Dazzle Rose #DF31C3

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.49%

 BLUE value IS 195 (76.56% from 255) = 41.76%

R = 47.75%
G = 10.49%
B = 41.76%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#DF31C3 (or 0xDF31C3) is known color: Razzle Dazzle Rose. HEX triplet: DF, 31 and C3. RGB value is (223,49,195). Sum of RGB (Red+Green+Blue) = 223+49+195=467 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.75% from 467); Green value is 49 (19.53% from 255 or 10.49% from 467); Blue value is 195 (76.56% from 255 or 41.76% from 467); Max value from RGB is 223 - color contains mainly: red. Hex color #DF31C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF31C3 is #20CE3C. Grayscale: #757575. Windows color (decimal): -2149949 or 12792287. OLE color: 12792287.

HSL color Cylindrical-coordinate representation of color #DF31C3: hue angle of 309.66º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF31C3 is Cyan = 0, Magento = 0.78, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 49 195 -
CMYK 0 0.78 0.13 0.13
HSL 309.66º 0.73% 0.53% -
HSV(B) 309.66º 0.78% 0.87% -
XYZ 41.38 21.82 53.66 -
YUV 117.67 171.65 203.13 -
System Red Green Blue C M Y K H S L
Decimal 223 49 195 0 0.78 0.13 0.13 309.66 0.73 0.53
Hex DF 31 C3 0 4E D D 136 49 35
Octal 337 61 303 0 116 15 15 466 111 65
Binary 11011111 110001 11000011 0 1001110 1101 1101 100110110 1001001 110101

Color Harmonies of #DF31C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF31C3

Black with #DF31C3

Text Example


Text Example

White with #DF31C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF31C3; }

 p { color: rgb(223,49,195); }

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

background-color css

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

 a { background-color: rgb(223,49,195); }

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

border-color css

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

 span { border-color: rgb(223,49,195); }

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