Html Css Color HEX #D1385D Cerise

📋 copy color: '#D1385D'

red 209 ◦ green 56 ◦ blue 93

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

Shades of Cerise #D1385D

Tints of Cerise #D1385D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.64%

 BLUE value IS 93 (36.72% from 255) = 25.98%

R = 58.38%
G = 15.64%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D1385D (or 0xD1385D) is known color: Cerise. HEX triplet: D1, 38 and 5D. RGB value is (209,56,93). Sum of RGB (Red+Green+Blue) = 209+56+93=358 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.38% from 358); Green value is 56 (22.27% from 255 or 15.64% from 358); Blue value is 93 (36.72% from 255 or 25.98% from 358); Max value from RGB is 209 - color contains mainly: red. Hex color #D1385D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1385D is #2EC7A2. Grayscale: #696969. Windows color (decimal): -3065763 or 6109393. OLE color: 6109393.

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

Color convert

RGB 209 56 93 -
CMYK 0 0.73 0.56 0.18
HSL 345.49º 0.62% 0.52% -
HSV(B) 345.49º 0.73% 0.82% -
XYZ 29.68 17.17 12.11 -
YUV 105.97 120.69 201.49 -
System Red Green Blue C M Y K H S L
Decimal 209 56 93 0 0.73 0.56 0.18 345.49 0.62 0.52
Hex D1 38 5D 0 49 38 12 159 3E 34
Octal 321 70 135 0 111 70 22 531 76 64
Binary 11010001 111000 1011101 0 1001001 111000 10010 101011001 111110 110100

Color Harmonies of #D1385D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1385D

Black with #D1385D

Text Example


Text Example

White with #D1385D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1385D; }

 p { color: rgb(209,56,93); }

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

background-color css

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

 a { background-color: rgb(209,56,93); }

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

border-color css

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

 span { border-color: rgb(209,56,93); }

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