Html Css Color HEX #D52770 Cerise

📋 copy color: '#D52770'

red 213 ◦ green 39 ◦ blue 112

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

Shades of Cerise #D52770

Tints of Cerise #D52770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 30.77%

R = 58.52%
G = 10.71%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D52770 (or 0xD52770) is known color: Cerise. HEX triplet: D5, 27 and 70. RGB value is (213,39,112). Sum of RGB (Red+Green+Blue) = 213+39+112=364 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.52% from 364); Green value is 39 (15.62% from 255 or 10.71% from 364); Blue value is 112 (44.14% from 255 or 30.77% from 364); Max value from RGB is 213 - color contains mainly: red. Hex color #D52770 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52770 is #2AD88F. Grayscale: #636363. Windows color (decimal): -2807952 or 7350229. OLE color: 7350229.

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

Color convert

RGB 213 39 112 -
CMYK 0 0.82 0.47 0.16
HSL 334.83º 0.69% 0.49% -
HSV(B) 334.83º 0.82% 0.84% -
XYZ 31.09 16.77 16.93 -
YUV 99.35 135.15 209.06 -
System Red Green Blue C M Y K H S L
Decimal 213 39 112 0 0.82 0.47 0.16 334.83 0.69 0.49
Hex D5 27 70 0 52 2F 10 14F 45 31
Octal 325 47 160 0 122 57 20 517 105 61
Binary 11010101 100111 1110000 0 1010010 101111 10000 101001111 1000101 110001

Color Harmonies of #D52770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52770

Black with #D52770

Text Example


Text Example

White with #D52770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52770; }

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

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

background-color css

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

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

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

border-color css

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

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

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