Html Css Color HEX #D5366D Cerise

📋 copy color: '#D5366D'

red 213 ◦ green 54 ◦ blue 109

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

Shades of Cerise #D5366D

Tints of Cerise #D5366D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 28.99%

R = 56.65%
G = 14.36%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D5366D (or 0xD5366D) is known color: Cerise. HEX triplet: D5, 36 and 6D. RGB value is (213,54,109). Sum of RGB (Red+Green+Blue) = 213+54+109=376 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.65% from 376); Green value is 54 (21.48% from 255 or 14.36% from 376); Blue value is 109 (42.97% from 255 or 28.99% from 376); Max value from RGB is 213 - color contains mainly: red. Hex color #D5366D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5366D is #2AC992. Grayscale: #6B6B6B. Windows color (decimal): -2804115 or 7157461. OLE color: 7157461.

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

Color convert

RGB 213 54 109 -
CMYK 0 0.75 0.49 0.16
HSL 339.25º 0.65% 0.52% -
HSV(B) 339.25º 0.75% 0.84% -
XYZ 31.52 17.89 16.26 -
YUV 107.81 128.68 203.03 -
System Red Green Blue C M Y K H S L
Decimal 213 54 109 0 0.75 0.49 0.16 339.25 0.65 0.52
Hex D5 36 6D 0 4B 31 10 153 41 34
Octal 325 66 155 0 113 61 20 523 101 64
Binary 11010101 110110 1101101 0 1001011 110001 10000 101010011 1000001 110100

Color Harmonies of #D5366D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5366D

Black with #D5366D

Text Example


Text Example

White with #D5366D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5366D; }

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

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

background-color css

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

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

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

border-color css

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

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

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