Html Css Color HEX #D6039A Hollywood Cerise

📋 copy color: '#D6039A'

red 214 ◦ green 3 ◦ blue 154

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

Shades of Hollywood Cerise #D6039A

Tints of Hollywood Cerise #D6039A

RGB

 RED value IS 214 (83.98% from 255) = 57.68%

 GREEN value IS 3 (1.56% from 255) = 0.81%

 BLUE value IS 154 (60.55% from 255) = 41.51%

R = 57.68%
G = 0.81%
B = 41.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D6039A (or 0xD6039A) is known color: Hollywood Cerise. HEX triplet: D6, 03 and 9A. RGB value is (214,3,154). Sum of RGB (Red+Green+Blue) = 214+3+154=371 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.68% from 371); Green value is 3 (1.56% from 255 or 0.81% from 371); Blue value is 154 (60.55% from 255 or 41.51% from 371); Max value from RGB is 214 - color contains mainly: red. Hex color #D6039A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6039A is #29FC65. Grayscale: #525252. Windows color (decimal): -2751590 or 10093526. OLE color: 10093526.

HSL color Cylindrical-coordinate representation of color #D6039A: hue angle of 317.06º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D6039A is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 3 154 -
CMYK 0 0.99 0.28 0.16
HSL 317.06º 0.97% 0.43% -
HSV(B) 317.06º 0.99% 0.84% -
XYZ 33.6 16.69 32.02 -
YUV 83.3 167.9 221.22 -
System Red Green Blue C M Y K H S L
Decimal 214 3 154 0 0.99 0.28 0.16 317.06 0.97 0.43
Hex D6 3 9A 0 63 1C 10 13D 61 2B
Octal 326 3 232 0 143 34 20 475 141 53
Binary 11010110 11 10011010 0 1100011 11100 10000 100111101 1100001 101011

Color Harmonies of #D6039A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6039A

Black with #D6039A

Text Example


Text Example

White with #D6039A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6039A; }

 p { color: rgb(214,3,154); }

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

background-color css

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

 a { background-color: rgb(214,3,154); }

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

border-color css

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

 span { border-color: rgb(214,3,154); }

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