Html Css Color HEX #D8258D Deep Cerise

📋 copy color: '#D8258D'

red 216 ◦ green 37 ◦ blue 141

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

Shades of Deep Cerise #D8258D

Tints of Deep Cerise #D8258D

RGB

 RED value IS 216 (84.77% from 255) = 54.82%

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

 BLUE value IS 141 (55.47% from 255) = 35.79%

R = 54.82%
G = 9.39%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D8258D (or 0xD8258D) is known color: Deep Cerise. HEX triplet: D8, 25 and 8D. RGB value is (216,37,141). Sum of RGB (Red+Green+Blue) = 216+37+141=394 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.82% from 394); Green value is 37 (14.84% from 255 or 9.39% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 216 - color contains mainly: red. Hex color #D8258D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8258D is #27DA72. Grayscale: #666666. Windows color (decimal): -2611827 or 9250264. OLE color: 9250264.

HSL color Cylindrical-coordinate representation of color #D8258D: hue angle of 325.14º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D8258D is Cyan = 0, Magento = 0.83, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 37 141 -
CMYK 0 0.83 0.35 0.15
HSL 325.14º 0.71% 0.5% -
HSV(B) 325.14º 0.83% 0.85% -
XYZ 33.79 17.85 26.86 -
YUV 102.38 149.8 209.04 -
System Red Green Blue C M Y K H S L
Decimal 216 37 141 0 0.83 0.35 0.15 325.14 0.71 0.5
Hex D8 25 8D 0 53 23 F 145 47 32
Octal 330 45 215 0 123 43 17 505 107 62
Binary 11011000 100101 10001101 0 1010011 100011 1111 101000101 1000111 110010

Color Harmonies of #D8258D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8258D

Black with #D8258D

Text Example


Text Example

White with #D8258D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8258D; }

 p { color: rgb(216,37,141); }

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

background-color css

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

 a { background-color: rgb(216,37,141); }

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

border-color css

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

 span { border-color: rgb(216,37,141); }

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