Html Css Color HEX #D1258E Deep Cerise

📋 copy color: '#D1258E'

red 209 ◦ green 37 ◦ blue 142

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

Shades of Deep Cerise #D1258E

Tints of Deep Cerise #D1258E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.54%

 BLUE value IS 142 (55.86% from 255) = 36.6%

R = 53.87%
G = 9.54%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D1258E (or 0xD1258E) is known color: Deep Cerise. HEX triplet: D1, 25 and 8E. RGB value is (209,37,142). Sum of RGB (Red+Green+Blue) = 209+37+142=388 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.87% from 388); Green value is 37 (14.84% from 255 or 9.54% from 388); Blue value is 142 (55.86% from 255 or 36.60% from 388); Max value from RGB is 209 - color contains mainly: red. Hex color #D1258E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1258E is #2EDA71. Grayscale: #646464. Windows color (decimal): -3070578 or 9315793. OLE color: 9315793.

HSL color Cylindrical-coordinate representation of color #D1258E: hue angle of 323.37º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D1258E is Cyan = 0, Magento = 0.82, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 37 142 -
CMYK 0 0.82 0.32 0.18
HSL 323.37º 0.7% 0.48% -
HSV(B) 323.37º 0.82% 0.82% -
XYZ 31.84 16.83 27.16 -
YUV 100.4 151.48 205.46 -
System Red Green Blue C M Y K H S L
Decimal 209 37 142 0 0.82 0.32 0.18 323.37 0.7 0.48
Hex D1 25 8E 0 52 20 12 143 46 30
Octal 321 45 216 0 122 40 22 503 106 60
Binary 11010001 100101 10001110 0 1010010 100000 10010 101000011 1000110 110000

Color Harmonies of #D1258E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1258E

Black with #D1258E

Text Example


Text Example

White with #D1258E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1258E; }

 p { color: rgb(209,37,142); }

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

background-color css

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

 a { background-color: rgb(209,37,142); }

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

border-color css

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

 span { border-color: rgb(209,37,142); }

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