Html Css Color HEX #D1288A Deep Cerise

📋 copy color: '#D1288A'

red 209 ◦ green 40 ◦ blue 138

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

Shades of Deep Cerise #D1288A

Tints of Deep Cerise #D1288A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.66%

R = 54.01%
G = 10.34%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D1288A (or 0xD1288A) is known color: Deep Cerise. HEX triplet: D1, 28 and 8A. RGB value is (209,40,138). Sum of RGB (Red+Green+Blue) = 209+40+138=387 (51% of max value = 765). Red value is 209 (82.03% from 255 or 54.01% from 387); Green value is 40 (16.02% from 255 or 10.34% from 387); Blue value is 138 (54.30% from 255 or 35.66% from 387); Max value from RGB is 209 - color contains mainly: red. Hex color #D1288A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1288A is #2ED775. Grayscale: #656565. Windows color (decimal): -3069814 or 9054417. OLE color: 9054417.

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

Color convert

RGB 209 40 138 -
CMYK 0 0.81 0.34 0.18
HSL 325.21º 0.68% 0.49% -
HSV(B) 325.21º 0.81% 0.82% -
XYZ 31.64 16.91 25.64 -
YUV 101.7 148.49 204.53 -
System Red Green Blue C M Y K H S L
Decimal 209 40 138 0 0.81 0.34 0.18 325.21 0.68 0.49
Hex D1 28 8A 0 51 22 12 145 44 31
Octal 321 50 212 0 121 42 22 505 104 61
Binary 11010001 101000 10001010 0 1010001 100010 10010 101000101 1000100 110001

Color Harmonies of #D1288A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1288A

Black with #D1288A

Text Example


Text Example

White with #D1288A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1288A; }

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

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

background-color css

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

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

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

border-color css

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

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

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