Html Css Color HEX #D9305D Cerise

📋 copy color: '#D9305D'

red 217 ◦ green 48 ◦ blue 93

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

Shades of Cerise #D9305D

Tints of Cerise #D9305D

RGB

 RED value IS 217 (85.16% from 255) = 60.61%

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

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

R = 60.61%
G = 13.41%
B = 25.98%

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

#D9305D (or 0xD9305D) is known color: Cerise. HEX triplet: D9, 30 and 5D. RGB value is (217,48,93). Sum of RGB (Red+Green+Blue) = 217+48+93=358 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.61% from 358); Green value is 48 (19.14% from 255 or 13.41% from 358); Blue value is 93 (36.72% from 255 or 25.98% from 358); Max value from RGB is 217 - color contains mainly: red. Hex color #D9305D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9305D is #26CFA2. Grayscale: #676767. Windows color (decimal): -2543523 or 6107353. OLE color: 6107353.

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

Color convert

RGB 217 48 93 -
CMYK 0 0.78 0.57 0.15
HSL 344.02º 0.69% 0.52% -
HSV(B) 344.02º 0.78% 0.85% -
XYZ 31.65 17.66 12.1 -
YUV 103.66 121.99 208.84 -
System Red Green Blue C M Y K H S L
Decimal 217 48 93 0 0.78 0.57 0.15 344.02 0.69 0.52
Hex D9 30 5D 0 4E 39 F 158 45 34
Octal 331 60 135 0 116 71 17 530 105 64
Binary 11011001 110000 1011101 0 1001110 111001 1111 101011000 1000101 110100

Color Harmonies of #D9305D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9305D

Black with #D9305D

Text Example


Text Example

White with #D9305D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9305D; }

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

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

background-color css

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

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

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

border-color css

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

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

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