Html Css Color HEX #D1395F Cerise

📋 copy color: '#D1395F'

red 209 ◦ green 57 ◦ blue 95

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

Shades of Cerise #D1395F

Tints of Cerise #D1395F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.79%

 BLUE value IS 95 (37.5% from 255) = 26.32%

R = 57.89%
G = 15.79%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D1395F (or 0xD1395F) is known color: Cerise. HEX triplet: D1, 39 and 5F. RGB value is (209,57,95). Sum of RGB (Red+Green+Blue) = 209+57+95=361 (47% of max value = 765). Red value is 209 (82.03% from 255 or 57.89% from 361); Green value is 57 (22.66% from 255 or 15.79% from 361); Blue value is 95 (37.5% from 255 or 26.32% from 361); Max value from RGB is 209 - color contains mainly: red. Hex color #D1395F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1395F is #2EC6A0. Grayscale: #6A6A6A. Windows color (decimal): -3065505 or 6240721. OLE color: 6240721.

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

Color convert

RGB 209 57 95 -
CMYK 0 0.73 0.55 0.18
HSL 345º 0.62% 0.52% -
HSV(B) 345º 0.73% 0.82% -
XYZ 29.82 17.31 12.6 -
YUV 106.78 121.36 200.91 -
System Red Green Blue C M Y K H S L
Decimal 209 57 95 0 0.73 0.55 0.18 345 0.62 0.52
Hex D1 39 5F 0 49 37 12 159 3E 34
Octal 321 71 137 0 111 67 22 531 76 64
Binary 11010001 111001 1011111 0 1001001 110111 10010 101011001 111110 110100

Color Harmonies of #D1395F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1395F

Black with #D1395F

Text Example


Text Example

White with #D1395F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1395F; }

 p { color: rgb(209,57,95); }

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

background-color css

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

 a { background-color: rgb(209,57,95); }

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

border-color css

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

 span { border-color: rgb(209,57,95); }

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