Html Css Color HEX #D30EAB Hollywood Cerise

📋 copy color: '#D30EAB'

red 211 ◦ green 14 ◦ blue 171

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

Shades of Hollywood Cerise #D30EAB

Tints of Hollywood Cerise #D30EAB

RGB

 RED value IS 211 (82.81% from 255) = 53.28%

 GREEN value IS 14 (5.86% from 255) = 3.54%

 BLUE value IS 171 (67.19% from 255) = 43.18%

R = 53.28%
G = 3.54%
B = 43.18%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#D30EAB (or 0xD30EAB) is known color: Hollywood Cerise. HEX triplet: D3, 0E and AB. RGB value is (211,14,171). Sum of RGB (Red+Green+Blue) = 211+14+171=396 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.28% from 396); Green value is 14 (5.86% from 255 or 3.54% from 396); Blue value is 171 (67.19% from 255 or 43.18% from 396); Max value from RGB is 211 - color contains mainly: red. Hex color #D30EAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D30EAB is #2CF154. Grayscale: #5A5A5A. Windows color (decimal): -2945365 or 11210451. OLE color: 11210451.

HSL color Cylindrical-coordinate representation of color #D30EAB: hue angle of 312.18º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D30EAB is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 14 171 -
CMYK 0 0.93 0.19 0.17
HSL 312.18º 0.88% 0.44% -
HSV(B) 312.18º 0.93% 0.83% -
XYZ 34.37 17.1 40.02 -
YUV 90.8 173.27 213.73 -
System Red Green Blue C M Y K H S L
Decimal 211 14 171 0 0.93 0.19 0.17 312.18 0.88 0.44
Hex D3 E AB 0 5D 13 11 138 58 2C
Octal 323 16 253 0 135 23 21 470 130 54
Binary 11010011 1110 10101011 0 1011101 10011 10001 100111000 1011000 101100

Color Harmonies of #D30EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30EAB

Black with #D30EAB

Text Example


Text Example

White with #D30EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30EAB; }

 p { color: rgb(211,14,171); }

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

background-color css

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

 a { background-color: rgb(211,14,171); }

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

border-color css

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

 span { border-color: rgb(211,14,171); }

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