Html Css Color HEX #D54161 Cerise

📋 copy color: '#D54161'

red 213 ◦ green 65 ◦ blue 97

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

Shades of Cerise #D54161

Tints of Cerise #D54161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 25.87%

R = 56.8%
G = 17.33%
B = 25.87%

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

#D54161 (or 0xD54161) is known color: Cerise. HEX triplet: D5, 41 and 61. RGB value is (213,65,97). Sum of RGB (Red+Green+Blue) = 213+65+97=375 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.8% from 375); Green value is 65 (25.78% from 255 or 17.33% from 375); Blue value is 97 (38.28% from 255 or 25.87% from 375); Max value from RGB is 213 - color contains mainly: red. Hex color #D54161 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54161 is #2ABE9E. Grayscale: #707070. Windows color (decimal): -2801311 or 6373845. OLE color: 6373845.

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

Color convert

RGB 213 65 97 -
CMYK 0 0.69 0.54 0.16
HSL 347.03º 0.64% 0.55% -
HSV(B) 347.03º 0.69% 0.84% -
XYZ 31.49 18.79 13.28 -
YUV 112.9 119.03 199.4 -
System Red Green Blue C M Y K H S L
Decimal 213 65 97 0 0.69 0.54 0.16 347.03 0.64 0.55
Hex D5 41 61 0 45 36 10 15B 40 37
Octal 325 101 141 0 105 66 20 533 100 67
Binary 11010101 1000001 1100001 0 1000101 110110 10000 101011011 1000000 110111

Color Harmonies of #D54161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54161

Black with #D54161

Text Example


Text Example

White with #D54161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54161; }

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

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

background-color css

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

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

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

border-color css

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

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

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