Html Css Color HEX #D3407E Deep Cerise

📋 copy color: '#D3407E'

red 211 ◦ green 64 ◦ blue 126

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

Shades of Deep Cerise #D3407E

Tints of Deep Cerise #D3407E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.96%

 BLUE value IS 126 (49.61% from 255) = 31.42%

R = 52.62%
G = 15.96%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#D3407E (or 0xD3407E) is known color: Deep Cerise. HEX triplet: D3, 40 and 7E. RGB value is (211,64,126). Sum of RGB (Red+Green+Blue) = 211+64+126=401 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.62% from 401); Green value is 64 (25.39% from 255 or 15.96% from 401); Blue value is 126 (49.61% from 255 or 31.42% from 401); Max value from RGB is 211 - color contains mainly: red. Hex color #D3407E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3407E is #2CBF81. Grayscale: #727272. Windows color (decimal): -2932610 or 8274131. OLE color: 8274131.

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

Color convert

RGB 211 64 126 -
CMYK 0 0.70 0.40 0.17
HSL 334.69º 0.63% 0.54% -
HSV(B) 334.69º 0.7% 0.83% -
XYZ 32.46 19.02 21.7 -
YUV 115.02 134.2 196.46 -
System Red Green Blue C M Y K H S L
Decimal 211 64 126 0 0.70 0.40 0.17 334.69 0.63 0.54
Hex D3 40 7E 0 46 28 11 14F 3F 36
Octal 323 100 176 0 106 50 21 517 77 66
Binary 11010011 1000000 1111110 0 1000110 101000 10001 101001111 111111 110110

Color Harmonies of #D3407E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3407E

Black with #D3407E

Text Example


Text Example

White with #D3407E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3407E; }

 p { color: rgb(211,64,126); }

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

background-color css

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

 a { background-color: rgb(211,64,126); }

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

border-color css

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

 span { border-color: rgb(211,64,126); }

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