Html Css Color HEX #D603A1 Hollywood Cerise

📋 copy color: '#D603A1'

red 214 ◦ green 3 ◦ blue 161

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

Shades of Hollywood Cerise #D603A1

Tints of Hollywood Cerise #D603A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 42.59%

R = 56.61%
G = 0.79%
B = 42.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D603A1 (or 0xD603A1) is known color: Hollywood Cerise. HEX triplet: D6, 03 and A1. RGB value is (214,3,161). Sum of RGB (Red+Green+Blue) = 214+3+161=378 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.61% from 378); Green value is 3 (1.56% from 255 or 0.79% from 378); Blue value is 161 (63.28% from 255 or 42.59% from 378); Max value from RGB is 214 - color contains mainly: red. Hex color #D603A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D603A1 is #29FC5E. Grayscale: #535353. Windows color (decimal): -2751583 or 10552278. OLE color: 10552278.

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

Color convert

RGB 214 3 161 -
CMYK 0 0.99 0.25 0.16
HSL 315.07º 0.97% 0.43% -
HSV(B) 315.07º 0.99% 0.84% -
XYZ 34.2 16.93 35.18 -
YUV 84.1 171.4 220.65 -
System Red Green Blue C M Y K H S L
Decimal 214 3 161 0 0.99 0.25 0.16 315.07 0.97 0.43
Hex D6 3 A1 0 63 19 10 13B 61 2B
Octal 326 3 241 0 143 31 20 473 141 53
Binary 11010110 11 10100001 0 1100011 11001 10000 100111011 1100001 101011

Color Harmonies of #D603A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D603A1

Black with #D603A1

Text Example


Text Example

White with #D603A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D603A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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