Html Css Color HEX #D53D6A Cerise

📋 copy color: '#D53D6A'

red 213 ◦ green 61 ◦ blue 106

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

Shades of Cerise #D53D6A

Tints of Cerise #D53D6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 27.89%

R = 56.05%
G = 16.05%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D53D6A (or 0xD53D6A) is known color: Cerise. HEX triplet: D5, 3D and 6A. RGB value is (213,61,106). Sum of RGB (Red+Green+Blue) = 213+61+106=380 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.05% from 380); Green value is 61 (24.22% from 255 or 16.05% from 380); Blue value is 106 (41.80% from 255 or 27.89% from 380); Max value from RGB is 213 - color contains mainly: red. Hex color #D53D6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53D6A is #2AC295. Grayscale: #6F6F6F. Windows color (decimal): -2802326 or 6962645. OLE color: 6962645.

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

Color convert

RGB 213 61 106 -
CMYK 0 0.71 0.50 0.16
HSL 342.24º 0.64% 0.54% -
HSV(B) 342.24º 0.71% 0.84% -
XYZ 31.71 18.52 15.54 -
YUV 111.58 124.86 200.34 -
System Red Green Blue C M Y K H S L
Decimal 213 61 106 0 0.71 0.50 0.16 342.24 0.64 0.54
Hex D5 3D 6A 0 47 32 10 156 40 36
Octal 325 75 152 0 107 62 20 526 100 66
Binary 11010101 111101 1101010 0 1000111 110010 10000 101010110 1000000 110110

Color Harmonies of #D53D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53D6A

Black with #D53D6A

Text Example


Text Example

White with #D53D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53D6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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