Html Css Color HEX #D4418A Deep Cerise

📋 copy color: '#D4418A'

red 212 ◦ green 65 ◦ blue 138

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

Shades of Deep Cerise #D4418A

Tints of Deep Cerise #D4418A

RGB

 RED value IS 212 (83.2% from 255) = 51.08%

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

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

R = 51.08%
G = 15.66%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#D4418A (or 0xD4418A) is known color: Deep Cerise. HEX triplet: D4, 41 and 8A. RGB value is (212,65,138). Sum of RGB (Red+Green+Blue) = 212+65+138=415 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.08% from 415); Green value is 65 (25.78% from 255 or 15.66% from 415); Blue value is 138 (54.30% from 255 or 33.25% from 415); Max value from RGB is 212 - color contains mainly: red. Hex color #D4418A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4418A is #2BBE75. Grayscale: #757575. Windows color (decimal): -2866806 or 9060820. OLE color: 9060820.

HSL color Cylindrical-coordinate representation of color #D4418A: hue angle of 330.2º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D4418A is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 65 138 -
CMYK 0 0.69 0.35 0.17
HSL 330.2º 0.63% 0.54% -
HSV(B) 330.2º 0.69% 0.83% -
XYZ 33.63 19.61 26.06 -
YUV 117.28 139.7 195.56 -
System Red Green Blue C M Y K H S L
Decimal 212 65 138 0 0.69 0.35 0.17 330.2 0.63 0.54
Hex D4 41 8A 0 45 23 11 14A 3F 36
Octal 324 101 212 0 105 43 21 512 77 66
Binary 11010100 1000001 10001010 0 1000101 100011 10001 101001010 111111 110110

Color Harmonies of #D4418A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4418A

Black with #D4418A

Text Example


Text Example

White with #D4418A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4418A; }

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

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

background-color css

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

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

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

border-color css

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

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

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