Html Css Color HEX #D8338B Deep Cerise

📋 copy color: '#D8338B'

red 216 ◦ green 51 ◦ blue 139

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

Shades of Deep Cerise #D8338B

Tints of Deep Cerise #D8338B

RGB

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

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

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

R = 53.2%
G = 12.56%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D8338B (or 0xD8338B) is known color: Deep Cerise. HEX triplet: D8, 33 and 8B. RGB value is (216,51,139). Sum of RGB (Red+Green+Blue) = 216+51+139=406 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.20% from 406); Green value is 51 (20.31% from 255 or 12.56% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 216 - color contains mainly: red. Hex color #D8338B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8338B is #27CC74. Grayscale: #6E6E6E. Windows color (decimal): -2608245 or 9122776. OLE color: 9122776.

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

Color convert

RGB 216 51 139 -
CMYK 0 0.76 0.36 0.15
HSL 328º 0.68% 0.52% -
HSV(B) 328º 0.76% 0.85% -
XYZ 34.16 18.83 26.26 -
YUV 110.37 144.16 203.34 -
System Red Green Blue C M Y K H S L
Decimal 216 51 139 0 0.76 0.36 0.15 328 0.68 0.52
Hex D8 33 8B 0 4C 24 F 148 44 34
Octal 330 63 213 0 114 44 17 510 104 64
Binary 11011000 110011 10001011 0 1001100 100100 1111 101001000 1000100 110100

Color Harmonies of #D8338B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8338B

Black with #D8338B

Text Example


Text Example

White with #D8338B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8338B; }

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

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

background-color css

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

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

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

border-color css

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

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

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