Html Css Color HEX #D618AF Hollywood Cerise

📋 copy color: '#D618AF'

red 214 ◦ green 24 ◦ blue 175

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

Shades of Hollywood Cerise #D618AF

Tints of Hollywood Cerise #D618AF

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.81%

 BLUE value IS 175 (68.75% from 255) = 42.37%

R = 51.82%
G = 5.81%
B = 42.37%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D618AF (or 0xD618AF) is known color: Hollywood Cerise. HEX triplet: D6, 18 and AF. RGB value is (214,24,175). Sum of RGB (Red+Green+Blue) = 214+24+175=413 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.82% from 413); Green value is 24 (9.77% from 255 or 5.81% from 413); Blue value is 175 (68.75% from 255 or 42.37% from 413); Max value from RGB is 214 - color contains mainly: red. Hex color #D618AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D618AF is #29E750. Grayscale: #616161. Windows color (decimal): -2746193 or 11475158. OLE color: 11475158.

HSL color Cylindrical-coordinate representation of color #D618AF: hue angle of 312.32º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D618AF is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 24 175 -
CMYK 0 0.89 0.18 0.16
HSL 312.32º 0.8% 0.47% -
HSV(B) 312.32º 0.89% 0.84% -
XYZ 35.8 18.04 42.15 -
YUV 98.02 171.45 210.72 -
System Red Green Blue C M Y K H S L
Decimal 214 24 175 0 0.89 0.18 0.16 312.32 0.8 0.47
Hex D6 18 AF 0 59 12 10 138 50 2F
Octal 326 30 257 0 131 22 20 470 120 57
Binary 11010110 11000 10101111 0 1011001 10010 10000 100111000 1010000 101111

Color Harmonies of #D618AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D618AF

Black with #D618AF

Text Example


Text Example

White with #D618AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D618AF; }

 p { color: rgb(214,24,175); }

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

background-color css

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

 a { background-color: rgb(214,24,175); }

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

border-color css

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

 span { border-color: rgb(214,24,175); }

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