Html Css Color HEX #D1407D Deep Cerise

📋 copy color: '#D1407D'

red 209 ◦ green 64 ◦ blue 125

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

Shades of Deep Cerise #D1407D

Tints of Deep Cerise #D1407D

RGB

 RED value IS 209 (82.03% from 255) = 52.51%

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

 BLUE value IS 125 (49.22% from 255) = 31.41%

R = 52.51%
G = 16.08%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D1407D (or 0xD1407D) is known color: Deep Cerise. HEX triplet: D1, 40 and 7D. RGB value is (209,64,125). Sum of RGB (Red+Green+Blue) = 209+64+125=398 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.51% from 398); Green value is 64 (25.39% from 255 or 16.08% from 398); Blue value is 125 (49.22% from 255 or 31.41% from 398); Max value from RGB is 209 - color contains mainly: red. Hex color #D1407D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1407D is #2EBF82. Grayscale: #727272. Windows color (decimal): -3063683 or 8208593. OLE color: 8208593.

HSL color Cylindrical-coordinate representation of color #D1407D: hue angle of 334.76º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D1407D is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 64 125 -
CMYK 0 0.69 0.40 0.18
HSL 334.76º 0.61% 0.54% -
HSV(B) 334.76º 0.69% 0.82% -
XYZ 31.83 18.7 21.33 -
YUV 114.31 134.04 195.54 -
System Red Green Blue C M Y K H S L
Decimal 209 64 125 0 0.69 0.40 0.18 334.76 0.61 0.54
Hex D1 40 7D 0 45 28 12 14F 3D 36
Octal 321 100 175 0 105 50 22 517 75 66
Binary 11010001 1000000 1111101 0 1000101 101000 10010 101001111 111101 110110

Color Harmonies of #D1407D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1407D

Black with #D1407D

Text Example


Text Example

White with #D1407D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1407D; }

 p { color: rgb(209,64,125); }

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

background-color css

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

 a { background-color: rgb(209,64,125); }

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

border-color css

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

 span { border-color: rgb(209,64,125); }

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