Html Css Color HEX #D5418C Deep Cerise

📋 copy color: '#D5418C'

red 213 ◦ green 65 ◦ blue 140

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

Shades of Deep Cerise #D5418C

Tints of Deep Cerise #D5418C

RGB

 RED value IS 213 (83.59% from 255) = 50.96%

 GREEN value IS 65 (25.78% from 255) = 15.55%

 BLUE value IS 140 (55.08% from 255) = 33.49%

R = 50.96%
G = 15.55%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D5418C (or 0xD5418C) is known color: Deep Cerise. HEX triplet: D5, 41 and 8C. RGB value is (213,65,140). Sum of RGB (Red+Green+Blue) = 213+65+140=418 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.96% from 418); Green value is 65 (25.78% from 255 or 15.55% from 418); Blue value is 140 (55.08% from 255 or 33.49% from 418); Max value from RGB is 213 - color contains mainly: red. Hex color #D5418C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5418C is #2ABE73. Grayscale: #757575. Windows color (decimal): -2801268 or 9191893. OLE color: 9191893.

HSL color Cylindrical-coordinate representation of color #D5418C: hue angle of 329.59º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D5418C is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 65 140 -
CMYK 0 0.69 0.34 0.16
HSL 329.59º 0.64% 0.55% -
HSV(B) 329.59º 0.69% 0.84% -
XYZ 34.06 19.82 26.84 -
YUV 117.8 140.53 195.9 -
System Red Green Blue C M Y K H S L
Decimal 213 65 140 0 0.69 0.34 0.16 329.59 0.64 0.55
Hex D5 41 8C 0 45 22 10 14A 40 37
Octal 325 101 214 0 105 42 20 512 100 67
Binary 11010101 1000001 10001100 0 1000101 100010 10000 101001010 1000000 110111

Color Harmonies of #D5418C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5418C

Black with #D5418C

Text Example


Text Example

White with #D5418C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5418C; }

 p { color: rgb(213,65,140); }

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

background-color css

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

 a { background-color: rgb(213,65,140); }

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

border-color css

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

 span { border-color: rgb(213,65,140); }

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