Html Css Color HEX #D9376A Cerise

📋 copy color: '#D9376A'

red 217 ◦ green 55 ◦ blue 106

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

Shades of Cerise #D9376A

Tints of Cerise #D9376A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.55%

 BLUE value IS 106 (41.8% from 255) = 28.04%

R = 57.41%
G = 14.55%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#D9376A (or 0xD9376A) is known color: Cerise. HEX triplet: D9, 37 and 6A. RGB value is (217,55,106). Sum of RGB (Red+Green+Blue) = 217+55+106=378 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.41% from 378); Green value is 55 (21.88% from 255 or 14.55% from 378); Blue value is 106 (41.80% from 255 or 28.04% from 378); Max value from RGB is 217 - color contains mainly: red. Hex color #D9376A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9376A is #26C895. Grayscale: #6D6D6D. Windows color (decimal): -2541718 or 6961113. OLE color: 6961113.

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

Color convert

RGB 217 55 106 -
CMYK 0 0.75 0.51 0.15
HSL 341.11º 0.68% 0.53% -
HSV(B) 341.11º 0.75% 0.85% -
XYZ 32.58 18.52 15.49 -
YUV 109.25 126.17 204.85 -
System Red Green Blue C M Y K H S L
Decimal 217 55 106 0 0.75 0.51 0.15 341.11 0.68 0.53
Hex D9 37 6A 0 4B 33 F 155 44 35
Octal 331 67 152 0 113 63 17 525 104 65
Binary 11011001 110111 1101010 0 1001011 110011 1111 101010101 1000100 110101

Color Harmonies of #D9376A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9376A

Black with #D9376A

Text Example


Text Example

White with #D9376A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9376A; }

 p { color: rgb(217,55,106); }

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

background-color css

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

 a { background-color: rgb(217,55,106); }

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

border-color css

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

 span { border-color: rgb(217,55,106); }

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