Html Css Color HEX #D5365C Cerise

📋 copy color: '#D5365C'

red 213 ◦ green 54 ◦ blue 92

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

Shades of Cerise #D5365C

Tints of Cerise #D5365C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.63%

R = 59.33%
G = 15.04%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D5365C (or 0xD5365C) is known color: Cerise. HEX triplet: D5, 36 and 5C. RGB value is (213,54,92). Sum of RGB (Red+Green+Blue) = 213+54+92=359 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.33% from 359); Green value is 54 (21.48% from 255 or 15.04% from 359); Blue value is 92 (36.33% from 255 or 25.63% from 359); Max value from RGB is 213 - color contains mainly: red. Hex color #D5365C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5365C is #2AC9A3. Grayscale: #696969. Windows color (decimal): -2804132 or 6043349. OLE color: 6043349.

HSL color Cylindrical-coordinate representation of color #D5365C: hue angle of 345.66º 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 #D5365C is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 54 92 -
CMYK 0 0.75 0.57 0.16
HSL 345.66º 0.65% 0.52% -
HSV(B) 345.66º 0.75% 0.84% -
XYZ 30.69 17.56 11.9 -
YUV 105.87 120.18 204.41 -
System Red Green Blue C M Y K H S L
Decimal 213 54 92 0 0.75 0.57 0.16 345.66 0.65 0.52
Hex D5 36 5C 0 4B 39 10 15A 41 34
Octal 325 66 134 0 113 71 20 532 101 64
Binary 11010101 110110 1011100 0 1001011 111001 10000 101011010 1000001 110100

Color Harmonies of #D5365C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5365C

Black with #D5365C

Text Example


Text Example

White with #D5365C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5365C; }

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

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

background-color css

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

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

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

border-color css

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

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

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