Html Css Color HEX #D1287F Deep Cerise

📋 copy color: '#D1287F'

red 209 ◦ green 40 ◦ blue 127

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

Shades of Deep Cerise #D1287F

Tints of Deep Cerise #D1287F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.64%

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

R = 55.59%
G = 10.64%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D1287F (or 0xD1287F) is known color: Deep Cerise. HEX triplet: D1, 28 and 7F. RGB value is (209,40,127). Sum of RGB (Red+Green+Blue) = 209+40+127=376 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.59% from 376); Green value is 40 (16.02% from 255 or 10.64% from 376); Blue value is 127 (50% from 255 or 33.78% from 376); Max value from RGB is 209 - color contains mainly: red. Hex color #D1287F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1287F is #2ED780. Grayscale: #646464. Windows color (decimal): -3069825 or 8333521. OLE color: 8333521.

HSL color Cylindrical-coordinate representation of color #D1287F: hue angle of 329.11º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D1287F is Cyan = 0, Magento = 0.81, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 40 127 -
CMYK 0 0.81 0.39 0.18
HSL 329.11º 0.68% 0.49% -
HSV(B) 329.11º 0.81% 0.82% -
XYZ 30.88 16.61 21.66 -
YUV 100.45 142.99 205.43 -
System Red Green Blue C M Y K H S L
Decimal 209 40 127 0 0.81 0.39 0.18 329.11 0.68 0.49
Hex D1 28 7F 0 51 27 12 149 44 31
Octal 321 50 177 0 121 47 22 511 104 61
Binary 11010001 101000 1111111 0 1010001 100111 10010 101001001 1000100 110001

Color Harmonies of #D1287F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1287F

Black with #D1287F

Text Example


Text Example

White with #D1287F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1287F; }

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

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

background-color css

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

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

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

border-color css

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

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

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