Html Css Color HEX #DE29BB Razzle Dazzle Rose

📋 copy color: '#DE29BB'

red 222 ◦ green 41 ◦ blue 187

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

Shades of Razzle Dazzle Rose #DE29BB

Tints of Razzle Dazzle Rose #DE29BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.56%

R = 49.33%
G = 9.11%
B = 41.56%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DE29BB (or 0xDE29BB) is known color: Razzle Dazzle Rose. HEX triplet: DE, 29 and BB. RGB value is (222,41,187). Sum of RGB (Red+Green+Blue) = 222+41+187=450 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.33% from 450); Green value is 41 (16.41% from 255 or 9.11% from 450); Blue value is 187 (73.44% from 255 or 41.56% from 450); Max value from RGB is 222 - color contains mainly: red. Hex color #DE29BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE29BB is #21D644. Grayscale: #6F6F6F. Windows color (decimal): -2217541 or 12265950. OLE color: 12265950.

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

Color convert

RGB 222 41 187 -
CMYK 0 0.82 0.16 0.13
HSL 311.6º 0.73% 0.52% -
HSV(B) 311.6º 0.82% 0.87% -
XYZ 39.89 20.7 48.91 -
YUV 111.76 170.47 206.63 -
System Red Green Blue C M Y K H S L
Decimal 222 41 187 0 0.82 0.16 0.13 311.6 0.73 0.52
Hex DE 29 BB 0 52 10 D 138 49 34
Octal 336 51 273 0 122 20 15 470 111 64
Binary 11011110 101001 10111011 0 1010010 10000 1101 100111000 1001001 110100

Color Harmonies of #DE29BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE29BB

Black with #DE29BB

Text Example


Text Example

White with #DE29BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE29BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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