Html Css Color HEX #D102A2 Hollywood Cerise

📋 copy color: '#D102A2'

red 209 ◦ green 2 ◦ blue 162

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

Shades of Hollywood Cerise #D102A2

Tints of Hollywood Cerise #D102A2

RGB

 RED value IS 209 (82.03% from 255) = 56.03%

 GREEN value IS 2 (1.17% from 255) = 0.54%

 BLUE value IS 162 (63.67% from 255) = 43.43%

R = 56.03%
G = 0.54%
B = 43.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.22

 K value IS 0.18

RGB Variations

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

Color information

#D102A2 (or 0xD102A2) is known color: Hollywood Cerise. HEX triplet: D1, 02 and A2. RGB value is (209,2,162). Sum of RGB (Red+Green+Blue) = 209+2+162=373 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.03% from 373); Green value is 2 (1.17% from 255 or 0.54% from 373); Blue value is 162 (63.67% from 255 or 43.43% from 373); Max value from RGB is 209 - color contains mainly: red. Hex color #D102A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D102A2 is #2EFD5D. Grayscale: #515151. Windows color (decimal): -3079518 or 10617553. OLE color: 10617553.

HSL color Cylindrical-coordinate representation of color #D102A2: hue angle of 313.62º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D102A2 is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 2 162 -
CMYK 0 0.99 0.22 0.18
HSL 313.62º 0.98% 0.41% -
HSV(B) 313.62º 0.99% 0.82% -
XYZ 32.84 16.21 35.58 -
YUV 82.13 173.08 218.49 -
System Red Green Blue C M Y K H S L
Decimal 209 2 162 0 0.99 0.22 0.18 313.62 0.98 0.41
Hex D1 2 A2 0 63 16 12 13A 62 29
Octal 321 2 242 0 143 26 22 472 142 51
Binary 11010001 10 10100010 0 1100011 10110 10010 100111010 1100010 101001

Color Harmonies of #D102A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D102A2

Black with #D102A2

Text Example


Text Example

White with #D102A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D102A2; }

 p { color: rgb(209,2,162); }

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

background-color css

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

 a { background-color: rgb(209,2,162); }

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

border-color css

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

 span { border-color: rgb(209,2,162); }

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