Html Css Color HEX #D1376C Cerise

📋 copy color: '#D1376C'

red 209 ◦ green 55 ◦ blue 108

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

Shades of Cerise #D1376C

Tints of Cerise #D1376C

RGB

 RED value IS 209 (82.03% from 255) = 56.18%

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

 BLUE value IS 108 (42.58% from 255) = 29.03%

R = 56.18%
G = 14.78%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D1376C (or 0xD1376C) is known color: Cerise. HEX triplet: D1, 37 and 6C. RGB value is (209,55,108). Sum of RGB (Red+Green+Blue) = 209+55+108=372 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.18% from 372); Green value is 55 (21.88% from 255 or 14.78% from 372); Blue value is 108 (42.58% from 255 or 29.03% from 372); Max value from RGB is 209 - color contains mainly: red. Hex color #D1376C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1376C is #2EC893. Grayscale: #6B6B6B. Windows color (decimal): -3066004 or 7092177. OLE color: 7092177.

HSL color Cylindrical-coordinate representation of color #D1376C: hue angle of 339.35º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D1376C is Cyan = 0, Magento = 0.74, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 55 108 -
CMYK 0 0.74 0.48 0.18
HSL 339.35º 0.63% 0.52% -
HSV(B) 339.35º 0.74% 0.82% -
XYZ 30.37 17.37 15.94 -
YUV 107.09 128.52 200.69 -
System Red Green Blue C M Y K H S L
Decimal 209 55 108 0 0.74 0.48 0.18 339.35 0.63 0.52
Hex D1 37 6C 0 4A 30 12 153 3F 34
Octal 321 67 154 0 112 60 22 523 77 64
Binary 11010001 110111 1101100 0 1001010 110000 10010 101010011 111111 110100

Color Harmonies of #D1376C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1376C

Black with #D1376C

Text Example


Text Example

White with #D1376C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1376C; }

 p { color: rgb(209,55,108); }

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

background-color css

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

 a { background-color: rgb(209,55,108); }

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

border-color css

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

 span { border-color: rgb(209,55,108); }

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