Html Css Color HEX #D1407F Deep Cerise

📋 copy color: '#D1407F'

red 209 ◦ green 64 ◦ blue 127

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

Shades of Deep Cerise #D1407F

Tints of Deep Cerise #D1407F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.75%

R = 52.25%
G = 16%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D1407F (or 0xD1407F) is known color: Deep Cerise. HEX triplet: D1, 40 and 7F. RGB value is (209,64,127). Sum of RGB (Red+Green+Blue) = 209+64+127=400 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.25% from 400); Green value is 64 (25.39% from 255 or 16% from 400); Blue value is 127 (50% from 255 or 31.75% from 400); Max value from RGB is 209 - color contains mainly: red. Hex color #D1407F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1407F is #2EBF80. Grayscale: #727272. Windows color (decimal): -3063681 or 8339665. OLE color: 8339665.

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

Color convert

RGB 209 64 127 -
CMYK 0 0.69 0.39 0.18
HSL 333.93º 0.61% 0.54% -
HSV(B) 333.93º 0.69% 0.82% -
XYZ 31.96 18.75 22.01 -
YUV 114.54 135.04 195.38 -
System Red Green Blue C M Y K H S L
Decimal 209 64 127 0 0.69 0.39 0.18 333.93 0.61 0.54
Hex D1 40 7F 0 45 27 12 14E 3D 36
Octal 321 100 177 0 105 47 22 516 75 66
Binary 11010001 1000000 1111111 0 1000101 100111 10010 101001110 111101 110110

Color Harmonies of #D1407F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1407F

Black with #D1407F

Text Example


Text Example

White with #D1407F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1407F; }

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

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

background-color css

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

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

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

border-color css

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

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

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