Html Css Color HEX #D613AE Hollywood Cerise

📋 copy color: '#D613AE'

red 214 ◦ green 19 ◦ blue 174

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

Shades of Hollywood Cerise #D613AE

Tints of Hollywood Cerise #D613AE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.67%

 BLUE value IS 174 (68.36% from 255) = 42.75%

R = 52.58%
G = 4.67%
B = 42.75%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D613AE (or 0xD613AE) is known color: Hollywood Cerise. HEX triplet: D6, 13 and AE. RGB value is (214,19,174). Sum of RGB (Red+Green+Blue) = 214+19+174=407 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.58% from 407); Green value is 19 (7.81% from 255 or 4.67% from 407); Blue value is 174 (68.36% from 255 or 42.75% from 407); Max value from RGB is 214 - color contains mainly: red. Hex color #D613AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D613AE is #29EC51. Grayscale: #5E5E5E. Windows color (decimal): -2747474 or 11408342. OLE color: 11408342.

HSL color Cylindrical-coordinate representation of color #D613AE: hue angle of 312.31º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D613AE is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 19 174 -
CMYK 0 0.91 0.19 0.16
HSL 312.31º 0.84% 0.46% -
HSV(B) 312.31º 0.91% 0.84% -
XYZ 35.6 17.82 41.61 -
YUV 94.98 172.6 212.9 -
System Red Green Blue C M Y K H S L
Decimal 214 19 174 0 0.91 0.19 0.16 312.31 0.84 0.46
Hex D6 13 AE 0 5B 13 10 138 54 2E
Octal 326 23 256 0 133 23 20 470 124 56
Binary 11010110 10011 10101110 0 1011011 10011 10000 100111000 1010100 101110

Color Harmonies of #D613AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D613AE

Black with #D613AE

Text Example


Text Example

White with #D613AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D613AE; }

 p { color: rgb(214,19,174); }

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

background-color css

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

 a { background-color: rgb(214,19,174); }

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

border-color css

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

 span { border-color: rgb(214,19,174); }

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