Html Css Color HEX #DF31DD Razzle Dazzle Rose

📋 copy color: '#DF31DD'

red 223 ◦ green 49 ◦ blue 221

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

Shades of Razzle Dazzle Rose #DF31DD

Tints of Razzle Dazzle Rose #DF31DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.83%

R = 45.23%
G = 9.94%
B = 44.83%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DF31DD (or 0xDF31DD) is known color: Razzle Dazzle Rose. HEX triplet: DF, 31 and DD. RGB value is (223,49,221). Sum of RGB (Red+Green+Blue) = 223+49+221=493 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.23% from 493); Green value is 49 (19.53% from 255 or 9.94% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 223 - color contains mainly: red. Hex color #DF31DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF31DD is #20CE22. Grayscale: #787878. Windows color (decimal): -2149923 or 14496223. OLE color: 14496223.

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

Color convert

RGB 223 49 221 -
CMYK 0 0.78 0.01 0.13
HSL 300.69º 0.73% 0.53% -
HSV(B) 300.69º 0.78% 0.87% -
XYZ 44.58 23.11 70.52 -
YUV 120.63 184.65 201.01 -
System Red Green Blue C M Y K H S L
Decimal 223 49 221 0 0.78 0.01 0.13 300.69 0.73 0.53
Hex DF 31 DD 0 4E 1 D 12D 49 35
Octal 337 61 335 0 116 1 15 455 111 65
Binary 11011111 110001 11011101 0 1001110 1 1101 100101101 1001001 110101

Color Harmonies of #DF31DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF31DD

Black with #DF31DD

Text Example


Text Example

White with #DF31DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF31DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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