Html Css Color HEX #DE31DB Razzle Dazzle Rose

📋 copy color: '#DE31DB'

red 222 ◦ green 49 ◦ blue 219

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

Shades of Razzle Dazzle Rose #DE31DB

Tints of Razzle Dazzle Rose #DE31DB

RGB

 RED value IS 222 (87.11% from 255) = 45.31%

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

 BLUE value IS 219 (85.94% from 255) = 44.69%

R = 45.31%
G = 10%
B = 44.69%

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

#DE31DB (or 0xDE31DB) is known color: Razzle Dazzle Rose. HEX triplet: DE, 31 and DB. RGB value is (222,49,219). Sum of RGB (Red+Green+Blue) = 222+49+219=490 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.31% from 490); Green value is 49 (19.53% from 255 or 10% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 222 - color contains mainly: red. Hex color #DE31DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE31DB is #21CE24. Grayscale: #777777. Windows color (decimal): -2215461 or 14365150. OLE color: 14365150.

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

Color convert

RGB 222 49 219 -
CMYK 0 0.78 0.01 0.13
HSL 301.04º 0.72% 0.53% -
HSV(B) 301.04º 0.78% 0.87% -
XYZ 44.01 22.84 69.11 -
YUV 120.11 183.81 200.68 -
System Red Green Blue C M Y K H S L
Decimal 222 49 219 0 0.78 0.01 0.13 301.04 0.72 0.53
Hex DE 31 DB 0 4E 1 D 12D 48 35
Octal 336 61 333 0 116 1 15 455 110 65
Binary 11011110 110001 11011011 0 1001110 1 1101 100101101 1001000 110101

Color Harmonies of #DE31DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE31DB

Black with #DE31DB

Text Example


Text Example

White with #DE31DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE31DB; }

 p { color: rgb(222,49,219); }

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

background-color css

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

 a { background-color: rgb(222,49,219); }

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

border-color css

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

 span { border-color: rgb(222,49,219); }

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