Html Css Color HEX #D610A3 Hollywood Cerise

📋 copy color: '#D610A3'

red 214 ◦ green 16 ◦ blue 163

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

Shades of Hollywood Cerise #D610A3

Tints of Hollywood Cerise #D610A3

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.07%

 BLUE value IS 163 (64.06% from 255) = 41.48%

R = 54.45%
G = 4.07%
B = 41.48%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#D610A3 (or 0xD610A3) is known color: Hollywood Cerise. HEX triplet: D6, 10 and A3. RGB value is (214,16,163). Sum of RGB (Red+Green+Blue) = 214+16+163=393 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.45% from 393); Green value is 16 (6.64% from 255 or 4.07% from 393); Blue value is 163 (64.06% from 255 or 41.48% from 393); Max value from RGB is 214 - color contains mainly: red. Hex color #D610A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D610A3 is #29EF5C. Grayscale: #5B5B5B. Windows color (decimal): -2748253 or 10686678. OLE color: 10686678.

HSL color Cylindrical-coordinate representation of color #D610A3: hue angle of 315.45º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D610A3 is Cyan = 0, Magento = 0.93, Yellow = 0.24 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 16 163 -
CMYK 0 0.93 0.24 0.16
HSL 315.45º 0.86% 0.45% -
HSV(B) 315.45º 0.93% 0.84% -
XYZ 34.53 17.31 36.17 -
YUV 91.96 168.1 215.05 -
System Red Green Blue C M Y K H S L
Decimal 214 16 163 0 0.93 0.24 0.16 315.45 0.86 0.45
Hex D6 10 A3 0 5D 18 10 13B 56 2D
Octal 326 20 243 0 135 30 20 473 126 55
Binary 11010110 10000 10100011 0 1011101 11000 10000 100111011 1010110 101101

Color Harmonies of #D610A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D610A3

Black with #D610A3

Text Example


Text Example

White with #D610A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D610A3; }

 p { color: rgb(214,16,163); }

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

background-color css

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

 a { background-color: rgb(214,16,163); }

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

border-color css

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

 span { border-color: rgb(214,16,163); }

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