Html Css Color HEX #DE27BD Razzle Dazzle Rose

📋 copy color: '#DE27BD'

red 222 ◦ green 39 ◦ blue 189

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

Shades of Razzle Dazzle Rose #DE27BD

Tints of Razzle Dazzle Rose #DE27BD

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.67%

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

R = 49.33%
G = 8.67%
B = 42%

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

#DE27BD (or 0xDE27BD) is known color: Razzle Dazzle Rose. HEX triplet: DE, 27 and BD. RGB value is (222,39,189). Sum of RGB (Red+Green+Blue) = 222+39+189=450 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.33% from 450); Green value is 39 (15.62% from 255 or 8.67% from 450); Blue value is 189 (74.22% from 255 or 42% from 450); Max value from RGB is 222 - color contains mainly: red. Hex color #DE27BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE27BD is #21D842. Grayscale: #6E6E6E. Windows color (decimal): -2218051 or 12396510. OLE color: 12396510.

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

Color convert

RGB 222 39 189 -
CMYK 0 0.82 0.15 0.13
HSL 310.82º 0.73% 0.51% -
HSV(B) 310.82º 0.82% 0.87% -
XYZ 40.04 20.65 50.02 -
YUV 110.82 172.13 207.3 -
System Red Green Blue C M Y K H S L
Decimal 222 39 189 0 0.82 0.15 0.13 310.82 0.73 0.51
Hex DE 27 BD 0 52 F D 137 49 33
Octal 336 47 275 0 122 17 15 467 111 63
Binary 11011110 100111 10111101 0 1010010 1111 1101 100110111 1001001 110011

Color Harmonies of #DE27BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE27BD

Black with #DE27BD

Text Example


Text Example

White with #DE27BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE27BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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