Html Css Color HEX #D8258C Deep Cerise

📋 copy color: '#D8258C'

red 216 ◦ green 37 ◦ blue 140

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

Shades of Deep Cerise #D8258C

Tints of Deep Cerise #D8258C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.62%

R = 54.96%
G = 9.41%
B = 35.62%

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

#D8258C (or 0xD8258C) is known color: Deep Cerise. HEX triplet: D8, 25 and 8C. RGB value is (216,37,140). Sum of RGB (Red+Green+Blue) = 216+37+140=393 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.96% from 393); Green value is 37 (14.84% from 255 or 9.41% from 393); Blue value is 140 (55.08% from 255 or 35.62% from 393); Max value from RGB is 216 - color contains mainly: red. Hex color #D8258C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8258C is #27DA73. Grayscale: #666666. Windows color (decimal): -2611828 or 9184728. OLE color: 9184728.

HSL color Cylindrical-coordinate representation of color #D8258C: hue angle of 325.47º 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 #D8258C is Cyan = 0, Magento = 0.83, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 37 140 -
CMYK 0 0.83 0.35 0.15
HSL 325.47º 0.71% 0.5% -
HSV(B) 325.47º 0.83% 0.85% -
XYZ 33.71 17.82 26.47 -
YUV 102.26 149.3 209.12 -
System Red Green Blue C M Y K H S L
Decimal 216 37 140 0 0.83 0.35 0.15 325.47 0.71 0.5
Hex D8 25 8C 0 53 23 F 145 47 32
Octal 330 45 214 0 123 43 17 505 107 62
Binary 11011000 100101 10001100 0 1010011 100011 1111 101000101 1000111 110010

Color Harmonies of #D8258C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8258C

Black with #D8258C

Text Example


Text Example

White with #D8258C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8258C; }

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

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

background-color css

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

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

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

border-color css

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

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

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