Html Css Color HEX #D8338D Deep Cerise

📋 copy color: '#D8338D'

red 216 ◦ green 51 ◦ blue 141

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

Shades of Deep Cerise #D8338D

Tints of Deep Cerise #D8338D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.5%

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

R = 52.94%
G = 12.5%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D8338D (or 0xD8338D) is known color: Deep Cerise. HEX triplet: D8, 33 and 8D. RGB value is (216,51,141). Sum of RGB (Red+Green+Blue) = 216+51+141=408 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.94% from 408); Green value is 51 (20.31% from 255 or 12.5% from 408); Blue value is 141 (55.47% from 255 or 34.56% from 408); Max value from RGB is 216 - color contains mainly: red. Hex color #D8338D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8338D is #27CC72. Grayscale: #6E6E6E. Windows color (decimal): -2608243 or 9253848. OLE color: 9253848.

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

Color convert

RGB 216 51 141 -
CMYK 0 0.76 0.35 0.15
HSL 327.27º 0.68% 0.52% -
HSV(B) 327.27º 0.76% 0.85% -
XYZ 34.31 18.89 27.04 -
YUV 110.6 145.16 203.18 -
System Red Green Blue C M Y K H S L
Decimal 216 51 141 0 0.76 0.35 0.15 327.27 0.68 0.52
Hex D8 33 8D 0 4C 23 F 147 44 34
Octal 330 63 215 0 114 43 17 507 104 64
Binary 11011000 110011 10001101 0 1001100 100011 1111 101000111 1000100 110100

Color Harmonies of #D8338D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8338D

Black with #D8338D

Text Example


Text Example

White with #D8338D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8338D; }

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

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

background-color css

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

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

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

border-color css

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

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

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