Html Css Color HEX #D54165 Cerise

📋 copy color: '#D54165'

red 213 ◦ green 65 ◦ blue 101

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

Shades of Cerise #D54165

Tints of Cerise #D54165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 26.65%

R = 56.2%
G = 17.15%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D54165 (or 0xD54165) is known color: Cerise. HEX triplet: D5, 41 and 65. RGB value is (213,65,101). Sum of RGB (Red+Green+Blue) = 213+65+101=379 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.20% from 379); Green value is 65 (25.78% from 255 or 17.15% from 379); Blue value is 101 (39.84% from 255 or 26.65% from 379); Max value from RGB is 213 - color contains mainly: red. Hex color #D54165 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54165 is #2ABE9A. Grayscale: #717171. Windows color (decimal): -2801307 or 6635989. OLE color: 6635989.

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

Color convert

RGB 213 65 101 -
CMYK 0 0.69 0.53 0.16
HSL 345.41º 0.64% 0.55% -
HSV(B) 345.41º 0.69% 0.84% -
XYZ 31.68 18.87 14.28 -
YUV 113.36 121.03 199.07 -
System Red Green Blue C M Y K H S L
Decimal 213 65 101 0 0.69 0.53 0.16 345.41 0.64 0.55
Hex D5 41 65 0 45 35 10 159 40 37
Octal 325 101 145 0 105 65 20 531 100 67
Binary 11010101 1000001 1100101 0 1000101 110101 10000 101011001 1000000 110111

Color Harmonies of #D54165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54165

Black with #D54165

Text Example


Text Example

White with #D54165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54165; }

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

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

background-color css

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

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

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

border-color css

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

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

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