Html Css Color HEX #DE29BD Razzle Dazzle Rose

📋 copy color: '#DE29BD'

red 222 ◦ green 41 ◦ blue 189

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

Shades of Razzle Dazzle Rose #DE29BD

Tints of Razzle Dazzle Rose #DE29BD

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.07%

 BLUE value IS 189 (74.22% from 255) = 41.81%

R = 49.12%
G = 9.07%
B = 41.81%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DE29BD (or 0xDE29BD) is known color: Razzle Dazzle Rose. HEX triplet: DE, 29 and BD. RGB value is (222,41,189). Sum of RGB (Red+Green+Blue) = 222+41+189=452 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.12% from 452); Green value is 41 (16.41% from 255 or 9.07% from 452); Blue value is 189 (74.22% from 255 or 41.81% from 452); Max value from RGB is 222 - color contains mainly: red. Hex color #DE29BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE29BD is #21D642. Grayscale: #6F6F6F. Windows color (decimal): -2217539 or 12397022. OLE color: 12397022.

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

Color convert

RGB 222 41 189 -
CMYK 0 0.82 0.15 0.13
HSL 310.94º 0.73% 0.52% -
HSV(B) 310.94º 0.82% 0.87% -
XYZ 40.1 20.79 50.04 -
YUV 111.99 171.47 206.47 -
System Red Green Blue C M Y K H S L
Decimal 222 41 189 0 0.82 0.15 0.13 310.94 0.73 0.52
Hex DE 29 BD 0 52 F D 137 49 34
Octal 336 51 275 0 122 17 15 467 111 64
Binary 11011110 101001 10111101 0 1010010 1111 1101 100110111 1001001 110100

Color Harmonies of #DE29BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE29BD

Black with #DE29BD

Text Example


Text Example

White with #DE29BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE29BD; }

 p { color: rgb(222,41,189); }

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

background-color css

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

 a { background-color: rgb(222,41,189); }

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

border-color css

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

 span { border-color: rgb(222,41,189); }

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