Html Css Color HEX #D8238B Deep Cerise

📋 copy color: '#D8238B'

red 216 ◦ green 35 ◦ blue 139

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

Shades of Deep Cerise #D8238B

Tints of Deep Cerise #D8238B

RGB

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

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

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

R = 55.38%
G = 8.97%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D8238B (or 0xD8238B) is known color: Deep Cerise. HEX triplet: D8, 23 and 8B. RGB value is (216,35,139). Sum of RGB (Red+Green+Blue) = 216+35+139=390 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.38% from 390); Green value is 35 (14.06% from 255 or 8.97% from 390); Blue value is 139 (54.69% from 255 or 35.64% from 390); Max value from RGB is 216 - color contains mainly: red. Hex color #D8238B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8238B is #27DC74. Grayscale: #646464. Windows color (decimal): -2612341 or 9118680. OLE color: 9118680.

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

Color convert

RGB 216 35 139 -
CMYK 0 0.84 0.36 0.15
HSL 325.52º 0.72% 0.49% -
HSV(B) 325.52º 0.84% 0.85% -
XYZ 33.58 17.67 26.07 -
YUV 100.98 149.47 210.04 -
System Red Green Blue C M Y K H S L
Decimal 216 35 139 0 0.84 0.36 0.15 325.52 0.72 0.49
Hex D8 23 8B 0 54 24 F 146 48 31
Octal 330 43 213 0 124 44 17 506 110 61
Binary 11011000 100011 10001011 0 1010100 100100 1111 101000110 1001000 110001

Color Harmonies of #D8238B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8238B

Black with #D8238B

Text Example


Text Example

White with #D8238B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8238B; }

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

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

background-color css

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

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

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

border-color css

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

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

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