Html Css Color HEX #D1385F Cerise

📋 copy color: '#D1385F'

red 209 ◦ green 56 ◦ blue 95

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

Shades of Cerise #D1385F

Tints of Cerise #D1385F

RGB

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

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

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

R = 58.06%
G = 15.56%
B = 26.39%

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

#D1385F (or 0xD1385F) is known color: Cerise. HEX triplet: D1, 38 and 5F. RGB value is (209,56,95). Sum of RGB (Red+Green+Blue) = 209+56+95=360 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.06% from 360); Green value is 56 (22.27% from 255 or 15.56% from 360); Blue value is 95 (37.5% from 255 or 26.39% from 360); Max value from RGB is 209 - color contains mainly: red. Hex color #D1385F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1385F is #2EC7A0. Grayscale: #6A6A6A. Windows color (decimal): -3065761 or 6240465. OLE color: 6240465.

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

Color convert

RGB 209 56 95 -
CMYK 0 0.73 0.55 0.18
HSL 344.71º 0.62% 0.52% -
HSV(B) 344.71º 0.73% 0.82% -
XYZ 29.77 17.21 12.58 -
YUV 106.19 121.69 201.33 -
System Red Green Blue C M Y K H S L
Decimal 209 56 95 0 0.73 0.55 0.18 344.71 0.62 0.52
Hex D1 38 5F 0 49 37 12 159 3E 34
Octal 321 70 137 0 111 67 22 531 76 64
Binary 11010001 111000 1011111 0 1001001 110111 10010 101011001 111110 110100

Color Harmonies of #D1385F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1385F

Black with #D1385F

Text Example


Text Example

White with #D1385F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1385F; }

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

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

background-color css

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

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

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

border-color css

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

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

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