Html Css Color HEX #D5366C Cerise

📋 copy color: '#D5366C'

red 213 ◦ green 54 ◦ blue 108

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

Shades of Cerise #D5366C

Tints of Cerise #D5366C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.8%

R = 56.8%
G = 14.4%
B = 28.8%

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

#D5366C (or 0xD5366C) is known color: Cerise. HEX triplet: D5, 36 and 6C. RGB value is (213,54,108). Sum of RGB (Red+Green+Blue) = 213+54+108=375 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.8% from 375); Green value is 54 (21.48% from 255 or 14.4% from 375); Blue value is 108 (42.58% from 255 or 28.8% from 375); Max value from RGB is 213 - color contains mainly: red. Hex color #D5366C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5366C is #2AC993. Grayscale: #6B6B6B. Windows color (decimal): -2804116 or 7091925. OLE color: 7091925.

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

Color convert

RGB 213 54 108 -
CMYK 0 0.75 0.49 0.16
HSL 339.62º 0.65% 0.52% -
HSV(B) 339.62º 0.75% 0.84% -
XYZ 31.47 17.87 15.98 -
YUV 107.7 128.18 203.11 -
System Red Green Blue C M Y K H S L
Decimal 213 54 108 0 0.75 0.49 0.16 339.62 0.65 0.52
Hex D5 36 6C 0 4B 31 10 154 41 34
Octal 325 66 154 0 113 61 20 524 101 64
Binary 11010101 110110 1101100 0 1001011 110001 10000 101010100 1000001 110100

Color Harmonies of #D5366C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5366C

Black with #D5366C

Text Example


Text Example

White with #D5366C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5366C; }

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

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

background-color css

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

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

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

border-color css

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

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

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