Html Css Color HEX #D52761 Cerise

📋 copy color: '#D52761'

red 213 ◦ green 39 ◦ blue 97

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

Shades of Cerise #D52761

Tints of Cerise #D52761

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.17%

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

R = 61.03%
G = 11.17%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D52761 (or 0xD52761) is known color: Cerise. HEX triplet: D5, 27 and 61. RGB value is (213,39,97). Sum of RGB (Red+Green+Blue) = 213+39+97=349 (46% of max value = 765). Red value is 213 (83.59% from 255 or 61.03% from 349); Green value is 39 (15.62% from 255 or 11.17% from 349); Blue value is 97 (38.28% from 255 or 27.79% from 349); Max value from RGB is 213 - color contains mainly: red. Hex color #D52761 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52761 is #2AD89E. Grayscale: #616161. Windows color (decimal): -2807967 or 6367189. OLE color: 6367189.

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

Color convert

RGB 213 39 97 -
CMYK 0 0.82 0.54 0.16
HSL 340º 0.69% 0.49% -
HSV(B) 340º 0.82% 0.84% -
XYZ 30.32 16.46 12.89 -
YUV 97.64 127.65 210.28 -
System Red Green Blue C M Y K H S L
Decimal 213 39 97 0 0.82 0.54 0.16 340 0.69 0.49
Hex D5 27 61 0 52 36 10 154 45 31
Octal 325 47 141 0 122 66 20 524 105 61
Binary 11010101 100111 1100001 0 1010010 110110 10000 101010100 1000101 110001

Color Harmonies of #D52761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52761

Black with #D52761

Text Example


Text Example

White with #D52761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52761; }

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

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

background-color css

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

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

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

border-color css

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

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

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