Html Css Color HEX #D53569 Cerise

📋 copy color: '#D53569'

red 213 ◦ green 53 ◦ blue 105

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

Shades of Cerise #D53569

Tints of Cerise #D53569

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.29%

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

R = 57.41%
G = 14.29%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D53569 (or 0xD53569) is known color: Cerise. HEX triplet: D5, 35 and 69. RGB value is (213,53,105). Sum of RGB (Red+Green+Blue) = 213+53+105=371 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.41% from 371); Green value is 53 (21.09% from 255 or 14.29% from 371); Blue value is 105 (41.41% from 255 or 28.30% from 371); Max value from RGB is 213 - color contains mainly: red. Hex color #D53569 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53569 is #2ACA96. Grayscale: #6A6A6A. Windows color (decimal): -2804375 or 6895061. OLE color: 6895061.

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

Color convert

RGB 213 53 105 -
CMYK 0 0.75 0.51 0.16
HSL 340.5º 0.66% 0.52% -
HSV(B) 340.5º 0.75% 0.84% -
XYZ 31.26 17.71 15.14 -
YUV 106.77 127.01 203.77 -
System Red Green Blue C M Y K H S L
Decimal 213 53 105 0 0.75 0.51 0.16 340.5 0.66 0.52
Hex D5 35 69 0 4B 33 10 154 42 34
Octal 325 65 151 0 113 63 20 524 102 64
Binary 11010101 110101 1101001 0 1001011 110011 10000 101010100 1000010 110100

Color Harmonies of #D53569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53569

Black with #D53569

Text Example


Text Example

White with #D53569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53569; }

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

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

background-color css

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

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

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

border-color css

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

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

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