Html Css Color HEX #D8305C Cerise

📋 copy color: '#D8305C'

red 216 ◦ green 48 ◦ blue 92

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

Shades of Cerise #D8305C

Tints of Cerise #D8305C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.84%

R = 60.67%
G = 13.48%
B = 25.84%

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

#D8305C (or 0xD8305C) is known color: Cerise. HEX triplet: D8, 30 and 5C. RGB value is (216,48,92). Sum of RGB (Red+Green+Blue) = 216+48+92=356 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.67% from 356); Green value is 48 (19.14% from 255 or 13.48% from 356); Blue value is 92 (36.33% from 255 or 25.84% from 356); Max value from RGB is 216 - color contains mainly: red. Hex color #D8305C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8305C is #27CFA3. Grayscale: #676767. Windows color (decimal): -2609060 or 6041816. OLE color: 6041816.

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

Color convert

RGB 216 48 92 -
CMYK 0 0.78 0.57 0.15
HSL 344.29º 0.68% 0.52% -
HSV(B) 344.29º 0.78% 0.85% -
XYZ 31.31 17.49 11.85 -
YUV 103.25 121.66 208.42 -
System Red Green Blue C M Y K H S L
Decimal 216 48 92 0 0.78 0.57 0.15 344.29 0.68 0.52
Hex D8 30 5C 0 4E 39 F 158 44 34
Octal 330 60 134 0 116 71 17 530 104 64
Binary 11011000 110000 1011100 0 1001110 111001 1111 101011000 1000100 110100

Color Harmonies of #D8305C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8305C

Black with #D8305C

Text Example


Text Example

White with #D8305C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8305C; }

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

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

background-color css

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

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

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

border-color css

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

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

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