Html Css Color HEX #D54261 Cerise

📋 copy color: '#D54261'

red 213 ◦ green 66 ◦ blue 97

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

Shades of Cerise #D54261

Tints of Cerise #D54261

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.55%

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

R = 56.65%
G = 17.55%
B = 25.8%

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

#D54261 (or 0xD54261) is known color: Cerise. HEX triplet: D5, 42 and 61. RGB value is (213,66,97). Sum of RGB (Red+Green+Blue) = 213+66+97=376 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.65% from 376); Green value is 66 (26.17% from 255 or 17.55% from 376); Blue value is 97 (38.28% from 255 or 25.80% from 376); Max value from RGB is 213 - color contains mainly: red. Hex color #D54261 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54261 is #2ABD9E. Grayscale: #717171. Windows color (decimal): -2801055 or 6374101. OLE color: 6374101.

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

Color convert

RGB 213 66 97 -
CMYK 0 0.69 0.54 0.16
HSL 347.35º 0.64% 0.55% -
HSV(B) 347.35º 0.69% 0.84% -
XYZ 31.55 18.91 13.3 -
YUV 113.49 118.7 198.98 -
System Red Green Blue C M Y K H S L
Decimal 213 66 97 0 0.69 0.54 0.16 347.35 0.64 0.55
Hex D5 42 61 0 45 36 10 15B 40 37
Octal 325 102 141 0 105 66 20 533 100 67
Binary 11010101 1000010 1100001 0 1000101 110110 10000 101011011 1000000 110111

Color Harmonies of #D54261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54261

Black with #D54261

Text Example


Text Example

White with #D54261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54261; }

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

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

background-color css

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

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

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

border-color css

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

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

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