Html Css Color HEX #D5365D Cerise

📋 copy color: '#D5365D'

red 213 ◦ green 54 ◦ blue 93

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

Shades of Cerise #D5365D

Tints of Cerise #D5365D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15%

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

R = 59.17%
G = 15%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D5365D (or 0xD5365D) is known color: Cerise. HEX triplet: D5, 36 and 5D. RGB value is (213,54,93). Sum of RGB (Red+Green+Blue) = 213+54+93=360 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.17% from 360); Green value is 54 (21.48% from 255 or 15% from 360); Blue value is 93 (36.72% from 255 or 25.83% from 360); Max value from RGB is 213 - color contains mainly: red. Hex color #D5365D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5365D is #2AC9A2. Grayscale: #696969. Windows color (decimal): -2804131 or 6108885. OLE color: 6108885.

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

Color convert

RGB 213 54 93 -
CMYK 0 0.75 0.56 0.16
HSL 345.28º 0.65% 0.52% -
HSV(B) 345.28º 0.75% 0.84% -
XYZ 30.74 17.57 12.13 -
YUV 105.99 120.68 204.33 -
System Red Green Blue C M Y K H S L
Decimal 213 54 93 0 0.75 0.56 0.16 345.28 0.65 0.52
Hex D5 36 5D 0 4B 38 10 159 41 34
Octal 325 66 135 0 113 70 20 531 101 64
Binary 11010101 110110 1011101 0 1001011 111000 10000 101011001 1000001 110100

Color Harmonies of #D5365D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5365D

Black with #D5365D

Text Example


Text Example

White with #D5365D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5365D; }

 p { color: rgb(213,54,93); }

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

background-color css

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

 a { background-color: rgb(213,54,93); }

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

border-color css

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

 span { border-color: rgb(213,54,93); }

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