Html Css Color HEX #D1375E Cerise

📋 copy color: '#D1375E'

red 209 ◦ green 55 ◦ blue 94

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

Shades of Cerise #D1375E

Tints of Cerise #D1375E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 26.26%

R = 58.38%
G = 15.36%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D1375E (or 0xD1375E) is known color: Cerise. HEX triplet: D1, 37 and 5E. RGB value is (209,55,94). Sum of RGB (Red+Green+Blue) = 209+55+94=358 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.38% from 358); Green value is 55 (21.88% from 255 or 15.36% from 358); Blue value is 94 (37.11% from 255 or 26.26% from 358); Max value from RGB is 209 - color contains mainly: red. Hex color #D1375E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1375E is #2EC8A1. Grayscale: #696969. Windows color (decimal): -3066018 or 6174673. OLE color: 6174673.

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

Color convert

RGB 209 55 94 -
CMYK 0 0.74 0.55 0.18
HSL 344.81º 0.63% 0.52% -
HSV(B) 344.81º 0.74% 0.82% -
XYZ 29.68 17.1 12.33 -
YUV 105.49 121.52 201.83 -
System Red Green Blue C M Y K H S L
Decimal 209 55 94 0 0.74 0.55 0.18 344.81 0.63 0.52
Hex D1 37 5E 0 4A 37 12 159 3F 34
Octal 321 67 136 0 112 67 22 531 77 64
Binary 11010001 110111 1011110 0 1001010 110111 10010 101011001 111111 110100

Color Harmonies of #D1375E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1375E

Black with #D1375E

Text Example


Text Example

White with #D1375E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1375E; }

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

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

background-color css

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

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

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

border-color css

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

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

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