Html Css Color HEX #D8238D Deep Cerise

📋 copy color: '#D8238D'

red 216 ◦ green 35 ◦ blue 141

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

Shades of Deep Cerise #D8238D

Tints of Deep Cerise #D8238D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.93%

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

R = 55.1%
G = 8.93%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D8238D (or 0xD8238D) is known color: Deep Cerise. HEX triplet: D8, 23 and 8D. RGB value is (216,35,141). Sum of RGB (Red+Green+Blue) = 216+35+141=392 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.10% from 392); Green value is 35 (14.06% from 255 or 8.93% from 392); Blue value is 141 (55.47% from 255 or 35.97% from 392); Max value from RGB is 216 - color contains mainly: red. Hex color #D8238D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8238D is #27DC72. Grayscale: #646464. Windows color (decimal): -2612339 or 9249752. OLE color: 9249752.

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

Color convert

RGB 216 35 141 -
CMYK 0 0.84 0.35 0.15
HSL 324.86º 0.72% 0.49% -
HSV(B) 324.86º 0.84% 0.85% -
XYZ 33.73 17.72 26.84 -
YUV 101.2 150.47 209.88 -
System Red Green Blue C M Y K H S L
Decimal 216 35 141 0 0.84 0.35 0.15 324.86 0.72 0.49
Hex D8 23 8D 0 54 23 F 145 48 31
Octal 330 43 215 0 124 43 17 505 110 61
Binary 11011000 100011 10001101 0 1010100 100011 1111 101000101 1001000 110001

Color Harmonies of #D8238D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8238D

Black with #D8238D

Text Example


Text Example

White with #D8238D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8238D; }

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

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

background-color css

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

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

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

border-color css

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

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

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