Html Css Color HEX #D5386E Cerise

📋 copy color: '#D5386E'

red 213 ◦ green 56 ◦ blue 110

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

Shades of Cerise #D5386E

Tints of Cerise #D5386E

RGB

 RED value IS 213 (83.59% from 255) = 56.2%

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

 BLUE value IS 110 (43.36% from 255) = 29.02%

R = 56.2%
G = 14.78%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D5386E (or 0xD5386E) is known color: Cerise. HEX triplet: D5, 38 and 6E. RGB value is (213,56,110). Sum of RGB (Red+Green+Blue) = 213+56+110=379 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.20% from 379); Green value is 56 (22.27% from 255 or 14.78% from 379); Blue value is 110 (43.36% from 255 or 29.02% from 379); Max value from RGB is 213 - color contains mainly: red. Hex color #D5386E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5386E is #2AC791. Grayscale: #6D6D6D. Windows color (decimal): -2803602 or 7223509. OLE color: 7223509.

HSL color Cylindrical-coordinate representation of color #D5386E: hue angle of 339.36º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D5386E is Cyan = 0, Magento = 0.74, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 56 110 -
CMYK 0 0.74 0.48 0.16
HSL 339.36º 0.65% 0.53% -
HSV(B) 339.36º 0.74% 0.84% -
XYZ 31.67 18.1 16.58 -
YUV 109.1 128.51 202.11 -
System Red Green Blue C M Y K H S L
Decimal 213 56 110 0 0.74 0.48 0.16 339.36 0.65 0.53
Hex D5 38 6E 0 4A 30 10 153 41 35
Octal 325 70 156 0 112 60 20 523 101 65
Binary 11010101 111000 1101110 0 1001010 110000 10000 101010011 1000001 110101

Color Harmonies of #D5386E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5386E

Black with #D5386E

Text Example


Text Example

White with #D5386E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5386E; }

 p { color: rgb(213,56,110); }

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

background-color css

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

 a { background-color: rgb(213,56,110); }

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

border-color css

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

 span { border-color: rgb(213,56,110); }

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