Html Css Color HEX #DE0190 Hollywood Cerise

📋 copy color: '#DE0190'

red 222 ◦ green 1 ◦ blue 144

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

Shades of Hollywood Cerise #DE0190

Tints of Hollywood Cerise #DE0190

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

 BLUE value IS 144 (56.64% from 255) = 39.24%

R = 60.49%
G = 0.27%
B = 39.24%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DE0190 (or 0xDE0190) is known color: Hollywood Cerise. HEX triplet: DE, 01 and 90. RGB value is (222,1,144). Sum of RGB (Red+Green+Blue) = 222+1+144=367 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.49% from 367); Green value is 1 (0.78% from 255 or 0.27% from 367); Blue value is 144 (56.64% from 255 or 39.24% from 367); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0190 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE0190 is #21FE6F. Grayscale: #535353. Windows color (decimal): -2227824 or 9437662. OLE color: 9437662.

HSL color Cylindrical-coordinate representation of color #DE0190: hue angle of 321.18º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE0190 is Cyan = 0, Magento = 1.00, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 1 144 -
CMYK 0 1.00 0.35 0.13
HSL 321.18º 0.99% 0.44% -
HSV(B) 321.18º 1% 0.87% -
XYZ 35.17 17.56 27.92 -
YUV 83.38 162.22 226.87 -
System Red Green Blue C M Y K H S L
Decimal 222 1 144 0 1.00 0.35 0.13 321.18 0.99 0.44
Hex DE 1 90 0 64 23 D 141 63 2C
Octal 336 1 220 0 144 43 15 501 143 54
Binary 11011110 1 10010000 0 1100100 100011 1101 101000001 1100011 101100

Color Harmonies of #DE0190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0190

Black with #DE0190

Text Example


Text Example

White with #DE0190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0190; }

 p { color: rgb(222,1,144); }

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

background-color css

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

 a { background-color: rgb(222,1,144); }

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

border-color css

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

 span { border-color: rgb(222,1,144); }

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