Html Css Color HEX #D8305D Cerise

📋 copy color: '#D8305D'

red 216 ◦ green 48 ◦ blue 93

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

Shades of Cerise #D8305D

Tints of Cerise #D8305D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.05%

R = 60.5%
G = 13.45%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D8305D (or 0xD8305D) is known color: Cerise. HEX triplet: D8, 30 and 5D. RGB value is (216,48,93). Sum of RGB (Red+Green+Blue) = 216+48+93=357 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.50% from 357); Green value is 48 (19.14% from 255 or 13.45% from 357); Blue value is 93 (36.72% from 255 or 26.05% from 357); Max value from RGB is 216 - color contains mainly: red. Hex color #D8305D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8305D is #27CFA2. Grayscale: #676767. Windows color (decimal): -2609059 or 6107352. OLE color: 6107352.

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

Color convert

RGB 216 48 93 -
CMYK 0 0.78 0.57 0.15
HSL 343.93º 0.68% 0.52% -
HSV(B) 343.93º 0.78% 0.85% -
XYZ 31.35 17.5 12.08 -
YUV 103.36 122.16 208.34 -
System Red Green Blue C M Y K H S L
Decimal 216 48 93 0 0.78 0.57 0.15 343.93 0.68 0.52
Hex D8 30 5D 0 4E 39 F 158 44 34
Octal 330 60 135 0 116 71 17 530 104 64
Binary 11011000 110000 1011101 0 1001110 111001 1111 101011000 1000100 110100

Color Harmonies of #D8305D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8305D

Black with #D8305D

Text Example


Text Example

White with #D8305D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8305D; }

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

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

background-color css

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

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

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

border-color css

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

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

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