Html Css Color HEX #D8338C Deep Cerise

📋 copy color: '#D8338C'

red 216 ◦ green 51 ◦ blue 140

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

Shades of Deep Cerise #D8338C

Tints of Deep Cerise #D8338C

RGB

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

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

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

R = 53.07%
G = 12.53%
B = 34.4%

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

#D8338C (or 0xD8338C) is known color: Deep Cerise. HEX triplet: D8, 33 and 8C. RGB value is (216,51,140). Sum of RGB (Red+Green+Blue) = 216+51+140=407 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.07% from 407); Green value is 51 (20.31% from 255 or 12.53% from 407); Blue value is 140 (55.08% from 255 or 34.40% from 407); Max value from RGB is 216 - color contains mainly: red. Hex color #D8338C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8338C is #27CC73. Grayscale: #6E6E6E. Windows color (decimal): -2608244 or 9188312. OLE color: 9188312.

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

Color convert

RGB 216 51 140 -
CMYK 0 0.76 0.35 0.15
HSL 327.64º 0.68% 0.52% -
HSV(B) 327.64º 0.76% 0.85% -
XYZ 34.24 18.86 26.65 -
YUV 110.48 144.66 203.26 -
System Red Green Blue C M Y K H S L
Decimal 216 51 140 0 0.76 0.35 0.15 327.64 0.68 0.52
Hex D8 33 8C 0 4C 23 F 148 44 34
Octal 330 63 214 0 114 43 17 510 104 64
Binary 11011000 110011 10001100 0 1001100 100011 1111 101001000 1000100 110100

Color Harmonies of #D8338C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8338C

Black with #D8338C

Text Example


Text Example

White with #D8338C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8338C; }

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

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

background-color css

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

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

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

border-color css

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

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

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