Html Css Color HEX #D54163 Cerise

📋 copy color: '#D54163'

red 213 ◦ green 65 ◦ blue 99

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

Shades of Cerise #D54163

Tints of Cerise #D54163

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.24%

 BLUE value IS 99 (39.06% from 255) = 26.26%

R = 56.5%
G = 17.24%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D54163 (or 0xD54163) is known color: Cerise. HEX triplet: D5, 41 and 63. RGB value is (213,65,99). Sum of RGB (Red+Green+Blue) = 213+65+99=377 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.50% from 377); Green value is 65 (25.78% from 255 or 17.24% from 377); Blue value is 99 (39.06% from 255 or 26.26% from 377); Max value from RGB is 213 - color contains mainly: red. Hex color #D54163 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54163 is #2ABE9C. Grayscale: #717171. Windows color (decimal): -2801309 or 6504917. OLE color: 6504917.

HSL color Cylindrical-coordinate representation of color #D54163: hue angle of 346.22º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D54163 is Cyan = 0, Magento = 0.69, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 65 99 -
CMYK 0 0.69 0.54 0.16
HSL 346.22º 0.64% 0.55% -
HSV(B) 346.22º 0.69% 0.84% -
XYZ 31.58 18.83 13.77 -
YUV 113.13 120.03 199.24 -
System Red Green Blue C M Y K H S L
Decimal 213 65 99 0 0.69 0.54 0.16 346.22 0.64 0.55
Hex D5 41 63 0 45 36 10 15A 40 37
Octal 325 101 143 0 105 66 20 532 100 67
Binary 11010101 1000001 1100011 0 1000101 110110 10000 101011010 1000000 110111

Color Harmonies of #D54163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54163

Black with #D54163

Text Example


Text Example

White with #D54163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54163; }

 p { color: rgb(213,65,99); }

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

background-color css

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

 a { background-color: rgb(213,65,99); }

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

border-color css

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

 span { border-color: rgb(213,65,99); }

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