Html Css Color HEX #D5418A Deep Cerise

📋 copy color: '#D5418A'

red 213 ◦ green 65 ◦ blue 138

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

Shades of Deep Cerise #D5418A

Tints of Deep Cerise #D5418A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.17%

R = 51.2%
G = 15.63%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D5418A (or 0xD5418A) is known color: Deep Cerise. HEX triplet: D5, 41 and 8A. RGB value is (213,65,138). Sum of RGB (Red+Green+Blue) = 213+65+138=416 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.20% from 416); Green value is 65 (25.78% from 255 or 15.62% from 416); Blue value is 138 (54.30% from 255 or 33.17% from 416); Max value from RGB is 213 - color contains mainly: red. Hex color #D5418A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5418A is #2ABE75. Grayscale: #757575. Windows color (decimal): -2801270 or 9060821. OLE color: 9060821.

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

Color convert

RGB 213 65 138 -
CMYK 0 0.69 0.35 0.16
HSL 330.41º 0.64% 0.55% -
HSV(B) 330.41º 0.69% 0.84% -
XYZ 33.92 19.76 26.07 -
YUV 117.57 139.53 196.06 -
System Red Green Blue C M Y K H S L
Decimal 213 65 138 0 0.69 0.35 0.16 330.41 0.64 0.55
Hex D5 41 8A 0 45 23 10 14A 40 37
Octal 325 101 212 0 105 43 20 512 100 67
Binary 11010101 1000001 10001010 0 1000101 100011 10000 101001010 1000000 110111

Color Harmonies of #D5418A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5418A

Black with #D5418A

Text Example


Text Example

White with #D5418A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5418A; }

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

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

background-color css

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

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

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

border-color css

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

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

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