Html Css Color HEX #D5366F Cerise

📋 copy color: '#D5366F'

red 213 ◦ green 54 ◦ blue 111

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

Shades of Cerise #D5366F

Tints of Cerise #D5366F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 29.37%

R = 56.35%
G = 14.29%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D5366F (or 0xD5366F) is known color: Cerise. HEX triplet: D5, 36 and 6F. RGB value is (213,54,111). Sum of RGB (Red+Green+Blue) = 213+54+111=378 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.35% from 378); Green value is 54 (21.48% from 255 or 14.29% from 378); Blue value is 111 (43.75% from 255 or 29.37% from 378); Max value from RGB is 213 - color contains mainly: red. Hex color #D5366F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5366F is #2AC990. Grayscale: #6B6B6B. Windows color (decimal): -2804113 or 7288533. OLE color: 7288533.

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

Color convert

RGB 213 54 111 -
CMYK 0 0.75 0.48 0.16
HSL 338.49º 0.65% 0.52% -
HSV(B) 338.49º 0.75% 0.84% -
XYZ 31.63 17.93 16.83 -
YUV 108.04 129.68 202.87 -
System Red Green Blue C M Y K H S L
Decimal 213 54 111 0 0.75 0.48 0.16 338.49 0.65 0.52
Hex D5 36 6F 0 4B 30 10 152 41 34
Octal 325 66 157 0 113 60 20 522 101 64
Binary 11010101 110110 1101111 0 1001011 110000 10000 101010010 1000001 110100

Color Harmonies of #D5366F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5366F

Black with #D5366F

Text Example


Text Example

White with #D5366F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5366F; }

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

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

background-color css

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

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

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

border-color css

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

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

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