Html Css Color HEX #D5418D Deep Cerise

📋 copy color: '#D5418D'

red 213 ◦ green 65 ◦ blue 141

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

Shades of Deep Cerise #D5418D

Tints of Deep Cerise #D5418D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.65%

R = 50.84%
G = 15.51%
B = 33.65%

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

#D5418D (or 0xD5418D) is known color: Deep Cerise. HEX triplet: D5, 41 and 8D. RGB value is (213,65,141). Sum of RGB (Red+Green+Blue) = 213+65+141=419 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.84% from 419); Green value is 65 (25.78% from 255 or 15.51% from 419); Blue value is 141 (55.47% from 255 or 33.65% from 419); Max value from RGB is 213 - color contains mainly: red. Hex color #D5418D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5418D is #2ABE72. Grayscale: #757575. Windows color (decimal): -2801267 or 9257429. OLE color: 9257429.

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

Color convert

RGB 213 65 141 -
CMYK 0 0.69 0.34 0.16
HSL 329.19º 0.64% 0.55% -
HSV(B) 329.19º 0.69% 0.84% -
XYZ 34.14 19.85 27.23 -
YUV 117.92 141.03 195.82 -
System Red Green Blue C M Y K H S L
Decimal 213 65 141 0 0.69 0.34 0.16 329.19 0.64 0.55
Hex D5 41 8D 0 45 22 10 149 40 37
Octal 325 101 215 0 105 42 20 511 100 67
Binary 11010101 1000001 10001101 0 1000101 100010 10000 101001001 1000000 110111

Color Harmonies of #D5418D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5418D

Black with #D5418D

Text Example


Text Example

White with #D5418D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5418D; }

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

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

background-color css

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

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

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

border-color css

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

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

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