Html Css Color HEX #D610A5 Hollywood Cerise

📋 copy color: '#D610A5'

red 214 ◦ green 16 ◦ blue 165

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

Shades of Hollywood Cerise #D610A5

Tints of Hollywood Cerise #D610A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 41.77%

R = 54.18%
G = 4.05%
B = 41.77%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D610A5 (or 0xD610A5) is known color: Hollywood Cerise. HEX triplet: D6, 10 and A5. RGB value is (214,16,165). Sum of RGB (Red+Green+Blue) = 214+16+165=395 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.18% from 395); Green value is 16 (6.64% from 255 or 4.05% from 395); Blue value is 165 (64.84% from 255 or 41.77% from 395); Max value from RGB is 214 - color contains mainly: red. Hex color #D610A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D610A5 is #29EF5A. Grayscale: #5B5B5B. Windows color (decimal): -2748251 or 10817750. OLE color: 10817750.

HSL color Cylindrical-coordinate representation of color #D610A5: hue angle of 314.85º 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 #D610A5 is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 16 165 -
CMYK 0 0.93 0.23 0.16
HSL 314.85º 0.86% 0.45% -
HSV(B) 314.85º 0.93% 0.84% -
XYZ 34.71 17.38 37.12 -
YUV 92.19 169.1 214.88 -
System Red Green Blue C M Y K H S L
Decimal 214 16 165 0 0.93 0.23 0.16 314.85 0.86 0.45
Hex D6 10 A5 0 5D 17 10 13B 56 2D
Octal 326 20 245 0 135 27 20 473 126 55
Binary 11010110 10000 10100101 0 1011101 10111 10000 100111011 1010110 101101

Color Harmonies of #D610A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D610A5

Black with #D610A5

Text Example


Text Example

White with #D610A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D610A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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