Html Css Color HEX #D5366A Cerise

📋 copy color: '#D5366A'

red 213 ◦ green 54 ◦ blue 106

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

Shades of Cerise #D5366A

Tints of Cerise #D5366A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.42%

R = 57.1%
G = 14.48%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D5366A (or 0xD5366A) is known color: Cerise. HEX triplet: D5, 36 and 6A. RGB value is (213,54,106). Sum of RGB (Red+Green+Blue) = 213+54+106=373 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.10% from 373); Green value is 54 (21.48% from 255 or 14.48% from 373); Blue value is 106 (41.80% from 255 or 28.42% from 373); Max value from RGB is 213 - color contains mainly: red. Hex color #D5366A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5366A is #2AC995. Grayscale: #6B6B6B. Windows color (decimal): -2804118 or 6960853. OLE color: 6960853.

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

Color convert

RGB 213 54 106 -
CMYK 0 0.75 0.50 0.16
HSL 340.38º 0.65% 0.52% -
HSV(B) 340.38º 0.75% 0.84% -
XYZ 31.36 17.83 15.42 -
YUV 107.47 127.18 203.27 -
System Red Green Blue C M Y K H S L
Decimal 213 54 106 0 0.75 0.50 0.16 340.38 0.65 0.52
Hex D5 36 6A 0 4B 32 10 154 41 34
Octal 325 66 152 0 113 62 20 524 101 64
Binary 11010101 110110 1101010 0 1001011 110010 10000 101010100 1000001 110100

Color Harmonies of #D5366A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5366A

Black with #D5366A

Text Example


Text Example

White with #D5366A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5366A; }

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

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

background-color css

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

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

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

border-color css

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

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

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