Html Css Color HEX #D52869 Cerise

📋 copy color: '#D52869'

red 213 ◦ green 40 ◦ blue 105

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

Shades of Cerise #D52869

Tints of Cerise #D52869

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.17%

 BLUE value IS 105 (41.41% from 255) = 29.33%

R = 59.5%
G = 11.17%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D52869 (or 0xD52869) is known color: Cerise. HEX triplet: D5, 28 and 69. RGB value is (213,40,105). Sum of RGB (Red+Green+Blue) = 213+40+105=358 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.50% from 358); Green value is 40 (16.02% from 255 or 11.17% from 358); Blue value is 105 (41.41% from 255 or 29.33% from 358); Max value from RGB is 213 - color contains mainly: red. Hex color #D52869 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52869 is #2AD796. Grayscale: #636363. Windows color (decimal): -2807703 or 6891733. OLE color: 6891733.

HSL color Cylindrical-coordinate representation of color #D52869: hue angle of 337.46º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D52869 is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 40 105 -
CMYK 0 0.81 0.51 0.16
HSL 337.46º 0.68% 0.5% -
HSV(B) 337.46º 0.81% 0.84% -
XYZ 30.75 16.68 14.96 -
YUV 99.14 131.31 209.21 -
System Red Green Blue C M Y K H S L
Decimal 213 40 105 0 0.81 0.51 0.16 337.46 0.68 0.5
Hex D5 28 69 0 51 33 10 151 44 32
Octal 325 50 151 0 121 63 20 521 104 62
Binary 11010101 101000 1101001 0 1010001 110011 10000 101010001 1000100 110010

Color Harmonies of #D52869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52869

Black with #D52869

Text Example


Text Example

White with #D52869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52869; }

 p { color: rgb(213,40,105); }

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

background-color css

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

 a { background-color: rgb(213,40,105); }

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

border-color css

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

 span { border-color: rgb(213,40,105); }

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