Html Css Color HEX #D8308A Deep Cerise

📋 copy color: '#D8308A'

red 216 ◦ green 48 ◦ blue 138

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

Shades of Deep Cerise #D8308A

Tints of Deep Cerise #D8308A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.94%

 BLUE value IS 138 (54.3% from 255) = 34.33%

R = 53.73%
G = 11.94%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D8308A (or 0xD8308A) is known color: Deep Cerise. HEX triplet: D8, 30 and 8A. RGB value is (216,48,138). Sum of RGB (Red+Green+Blue) = 216+48+138=402 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.73% from 402); Green value is 48 (19.14% from 255 or 11.94% from 402); Blue value is 138 (54.30% from 255 or 34.33% from 402); Max value from RGB is 216 - color contains mainly: red. Hex color #D8308A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8308A is #27CF75. Grayscale: #6C6C6C. Windows color (decimal): -2609014 or 9056472. OLE color: 9056472.

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

Color convert

RGB 216 48 138 -
CMYK 0 0.78 0.36 0.15
HSL 327.86º 0.68% 0.52% -
HSV(B) 327.86º 0.78% 0.85% -
XYZ 33.96 18.55 25.83 -
YUV 108.49 144.66 204.68 -
System Red Green Blue C M Y K H S L
Decimal 216 48 138 0 0.78 0.36 0.15 327.86 0.68 0.52
Hex D8 30 8A 0 4E 24 F 148 44 34
Octal 330 60 212 0 116 44 17 510 104 64
Binary 11011000 110000 10001010 0 1001110 100100 1111 101001000 1000100 110100

Color Harmonies of #D8308A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8308A

Black with #D8308A

Text Example


Text Example

White with #D8308A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8308A; }

 p { color: rgb(216,48,138); }

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

background-color css

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

 a { background-color: rgb(216,48,138); }

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

border-color css

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

 span { border-color: rgb(216,48,138); }

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