Html Css Color HEX #D53D69 Cerise

📋 copy color: '#D53D69'

red 213 ◦ green 61 ◦ blue 105

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

Shades of Cerise #D53D69

Tints of Cerise #D53D69

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.09%

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

R = 56.2%
G = 16.09%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D53D69 (or 0xD53D69) is known color: Cerise. HEX triplet: D5, 3D and 69. RGB value is (213,61,105). Sum of RGB (Red+Green+Blue) = 213+61+105=379 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.20% from 379); Green value is 61 (24.22% from 255 or 16.09% from 379); Blue value is 105 (41.41% from 255 or 27.70% from 379); Max value from RGB is 213 - color contains mainly: red. Hex color #D53D69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53D69 is #2AC296. Grayscale: #6F6F6F. Windows color (decimal): -2802327 or 6897109. OLE color: 6897109.

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

Color convert

RGB 213 61 105 -
CMYK 0 0.71 0.51 0.16
HSL 342.63º 0.64% 0.54% -
HSV(B) 342.63º 0.71% 0.84% -
XYZ 31.66 18.5 15.27 -
YUV 111.46 124.36 200.42 -
System Red Green Blue C M Y K H S L
Decimal 213 61 105 0 0.71 0.51 0.16 342.63 0.64 0.54
Hex D5 3D 69 0 47 33 10 157 40 36
Octal 325 75 151 0 107 63 20 527 100 66
Binary 11010101 111101 1101001 0 1000111 110011 10000 101010111 1000000 110110

Color Harmonies of #D53D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53D69

Black with #D53D69

Text Example


Text Example

White with #D53D69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53D69; }

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

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

background-color css

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

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

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

border-color css

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

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

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