Html Css Color HEX #D1375B Cerise

📋 copy color: '#D1375B'

red 209 ◦ green 55 ◦ blue 91

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

Shades of Cerise #D1375B

Tints of Cerise #D1375B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.63%

R = 58.87%
G = 15.49%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D1375B (or 0xD1375B) is known color: Cerise. HEX triplet: D1, 37 and 5B. RGB value is (209,55,91). Sum of RGB (Red+Green+Blue) = 209+55+91=355 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.87% from 355); Green value is 55 (21.88% from 255 or 15.49% from 355); Blue value is 91 (35.94% from 255 or 25.63% from 355); Max value from RGB is 209 - color contains mainly: red. Hex color #D1375B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1375B is #2EC8A4. Grayscale: #696969. Windows color (decimal): -3066021 or 5978065. OLE color: 5978065.

HSL color Cylindrical-coordinate representation of color #D1375B: hue angle of 345.97º 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 #D1375B is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 55 91 -
CMYK 0 0.74 0.56 0.18
HSL 345.97º 0.63% 0.52% -
HSV(B) 345.97º 0.74% 0.82% -
XYZ 29.55 17.04 11.63 -
YUV 105.15 120.02 202.07 -
System Red Green Blue C M Y K H S L
Decimal 209 55 91 0 0.74 0.56 0.18 345.97 0.63 0.52
Hex D1 37 5B 0 4A 38 12 15A 3F 34
Octal 321 67 133 0 112 70 22 532 77 64
Binary 11010001 110111 1011011 0 1001010 111000 10010 101011010 111111 110100

Color Harmonies of #D1375B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1375B

Black with #D1375B

Text Example


Text Example

White with #D1375B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1375B; }

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

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

background-color css

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

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

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

border-color css

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

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

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