Html Css Color HEX #D1287A Deep Cerise

📋 copy color: '#D1287A'

red 209 ◦ green 40 ◦ blue 122

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

Shades of Deep Cerise #D1287A

Tints of Deep Cerise #D1287A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.88%

R = 56.33%
G = 10.78%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D1287A (or 0xD1287A) is known color: Deep Cerise. HEX triplet: D1, 28 and 7A. RGB value is (209,40,122). Sum of RGB (Red+Green+Blue) = 209+40+122=371 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.33% from 371); Green value is 40 (16.02% from 255 or 10.78% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 209 - color contains mainly: red. Hex color #D1287A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1287A is #2ED785. Grayscale: #636363. Windows color (decimal): -3069830 or 8005841. OLE color: 8005841.

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

Color convert

RGB 209 40 122 -
CMYK 0 0.81 0.42 0.18
HSL 330.89º 0.68% 0.49% -
HSV(B) 330.89º 0.81% 0.82% -
XYZ 30.57 16.48 19.98 -
YUV 99.88 140.49 205.83 -
System Red Green Blue C M Y K H S L
Decimal 209 40 122 0 0.81 0.42 0.18 330.89 0.68 0.49
Hex D1 28 7A 0 51 2A 12 14B 44 31
Octal 321 50 172 0 121 52 22 513 104 61
Binary 11010001 101000 1111010 0 1010001 101010 10010 101001011 1000100 110001

Color Harmonies of #D1287A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1287A

Black with #D1287A

Text Example


Text Example

White with #D1287A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1287A; }

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

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

background-color css

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

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

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

border-color css

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

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

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