Html Css Color HEX #D3418A Deep Cerise

📋 copy color: '#D3418A'

red 211 ◦ green 65 ◦ blue 138

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

Shades of Deep Cerise #D3418A

Tints of Deep Cerise #D3418A

RGB

 RED value IS 211 (82.81% from 255) = 50.97%

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

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

R = 50.97%
G = 15.7%
B = 33.33%

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

#D3418A (or 0xD3418A) is known color: Deep Cerise. HEX triplet: D3, 41 and 8A. RGB value is (211,65,138). Sum of RGB (Red+Green+Blue) = 211+65+138=414 (54% of max value = 765). Red value is 211 (82.81% from 255 or 50.97% from 414); Green value is 65 (25.78% from 255 or 15.70% from 414); Blue value is 138 (54.30% from 255 or 33.33% from 414); Max value from RGB is 211 - color contains mainly: red. Hex color #D3418A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3418A is #2CBE75. Grayscale: #747474. Windows color (decimal): -2932342 or 9060819. OLE color: 9060819.

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

Color convert

RGB 211 65 138 -
CMYK 0 0.69 0.35 0.17
HSL 330º 0.62% 0.54% -
HSV(B) 330º 0.69% 0.83% -
XYZ 33.34 19.46 26.04 -
YUV 116.98 139.87 195.06 -
System Red Green Blue C M Y K H S L
Decimal 211 65 138 0 0.69 0.35 0.17 330 0.62 0.54
Hex D3 41 8A 0 45 23 11 14A 3E 36
Octal 323 101 212 0 105 43 21 512 76 66
Binary 11010011 1000001 10001010 0 1000101 100011 10001 101001010 111110 110110

Color Harmonies of #D3418A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3418A

Black with #D3418A

Text Example


Text Example

White with #D3418A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3418A; }

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

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

background-color css

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

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

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

border-color css

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

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

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