Html Css Color HEX #D1385B Cerise

📋 copy color: '#D1385B'

red 209 ◦ green 56 ◦ blue 91

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

Shades of Cerise #D1385B

Tints of Cerise #D1385B

RGB

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

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

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

R = 58.71%
G = 15.73%
B = 25.56%

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

#D1385B (or 0xD1385B) is known color: Cerise. HEX triplet: D1, 38 and 5B. RGB value is (209,56,91). Sum of RGB (Red+Green+Blue) = 209+56+91=356 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.71% from 356); Green value is 56 (22.27% from 255 or 15.73% from 356); Blue value is 91 (35.94% from 255 or 25.56% from 356); Max value from RGB is 209 - color contains mainly: red. Hex color #D1385B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1385B is #2EC7A4. Grayscale: #696969. Windows color (decimal): -3065765 or 5978321. OLE color: 5978321.

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

Color convert

RGB 209 56 91 -
CMYK 0 0.73 0.56 0.18
HSL 346.27º 0.62% 0.52% -
HSV(B) 346.27º 0.73% 0.82% -
XYZ 29.6 17.14 11.65 -
YUV 105.74 119.69 201.65 -
System Red Green Blue C M Y K H S L
Decimal 209 56 91 0 0.73 0.56 0.18 346.27 0.62 0.52
Hex D1 38 5B 0 49 38 12 15A 3E 34
Octal 321 70 133 0 111 70 22 532 76 64
Binary 11010001 111000 1011011 0 1001001 111000 10010 101011010 111110 110100

Color Harmonies of #D1385B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1385B

Black with #D1385B

Text Example


Text Example

White with #D1385B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1385B; }

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

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

background-color css

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

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

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

border-color css

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

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

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