Html Css Color HEX #D1258B Deep Cerise

📋 copy color: '#D1258B'

red 209 ◦ green 37 ◦ blue 139

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

Shades of Deep Cerise #D1258B

Tints of Deep Cerise #D1258B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.1%

R = 54.29%
G = 9.61%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D1258B (or 0xD1258B) is known color: Deep Cerise. HEX triplet: D1, 25 and 8B. RGB value is (209,37,139). Sum of RGB (Red+Green+Blue) = 209+37+139=385 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.29% from 385); Green value is 37 (14.84% from 255 or 9.61% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 209 - color contains mainly: red. Hex color #D1258B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1258B is #2EDA74. Grayscale: #636363. Windows color (decimal): -3070581 or 9119185. OLE color: 9119185.

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

Color convert

RGB 209 37 139 -
CMYK 0 0.82 0.33 0.18
HSL 324.42º 0.7% 0.48% -
HSV(B) 324.42º 0.82% 0.82% -
XYZ 31.62 16.74 25.99 -
YUV 100.06 149.98 205.71 -
System Red Green Blue C M Y K H S L
Decimal 209 37 139 0 0.82 0.33 0.18 324.42 0.7 0.48
Hex D1 25 8B 0 52 21 12 144 46 30
Octal 321 45 213 0 122 41 22 504 106 60
Binary 11010001 100101 10001011 0 1010010 100001 10010 101000100 1000110 110000

Color Harmonies of #D1258B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1258B

Black with #D1258B

Text Example


Text Example

White with #D1258B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1258B; }

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

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

background-color css

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

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

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

border-color css

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

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

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