Html Css Color HEX #D9305C Cerise

📋 copy color: '#D9305C'

red 217 ◦ green 48 ◦ blue 92

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

Shades of Cerise #D9305C

Tints of Cerise #D9305C

RGB

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

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

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

R = 60.78%
G = 13.45%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D9305C (or 0xD9305C) is known color: Cerise. HEX triplet: D9, 30 and 5C. RGB value is (217,48,92). Sum of RGB (Red+Green+Blue) = 217+48+92=357 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.78% from 357); Green value is 48 (19.14% from 255 or 13.45% from 357); Blue value is 92 (36.33% from 255 or 25.77% from 357); Max value from RGB is 217 - color contains mainly: red. Hex color #D9305C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9305C is #26CFA3. Grayscale: #676767. Windows color (decimal): -2543524 or 6041817. OLE color: 6041817.

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

Color convert

RGB 217 48 92 -
CMYK 0 0.78 0.58 0.15
HSL 344.38º 0.69% 0.52% -
HSV(B) 344.38º 0.78% 0.85% -
XYZ 31.6 17.64 11.86 -
YUV 103.55 121.49 208.92 -
System Red Green Blue C M Y K H S L
Decimal 217 48 92 0 0.78 0.58 0.15 344.38 0.69 0.52
Hex D9 30 5C 0 4E 3A F 158 45 34
Octal 331 60 134 0 116 72 17 530 105 64
Binary 11011001 110000 1011100 0 1001110 111010 1111 101011000 1000101 110100

Color Harmonies of #D9305C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9305C

Black with #D9305C

Text Example


Text Example

White with #D9305C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9305C; }

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

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

background-color css

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

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

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

border-color css

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

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

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