Html Css Color HEX #D53D67 Cerise

📋 copy color: '#D53D67'

red 213 ◦ green 61 ◦ blue 103

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

Shades of Cerise #D53D67

Tints of Cerise #D53D67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 27.32%

R = 56.5%
G = 16.18%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D53D67 (or 0xD53D67) is known color: Cerise. HEX triplet: D5, 3D and 67. RGB value is (213,61,103). Sum of RGB (Red+Green+Blue) = 213+61+103=377 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.50% from 377); Green value is 61 (24.22% from 255 or 16.18% from 377); Blue value is 103 (40.62% from 255 or 27.32% from 377); Max value from RGB is 213 - color contains mainly: red. Hex color #D53D67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53D67 is #2AC298. Grayscale: #6F6F6F. Windows color (decimal): -2802329 or 6766037. OLE color: 6766037.

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

Color convert

RGB 213 61 103 -
CMYK 0 0.71 0.52 0.16
HSL 343.42º 0.64% 0.54% -
HSV(B) 343.42º 0.71% 0.84% -
XYZ 31.56 18.46 14.73 -
YUV 111.24 123.36 200.58 -
System Red Green Blue C M Y K H S L
Decimal 213 61 103 0 0.71 0.52 0.16 343.42 0.64 0.54
Hex D5 3D 67 0 47 34 10 157 40 36
Octal 325 75 147 0 107 64 20 527 100 66
Binary 11010101 111101 1100111 0 1000111 110100 10000 101010111 1000000 110110

Color Harmonies of #D53D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53D67

Black with #D53D67

Text Example


Text Example

White with #D53D67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53D67; }

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

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

background-color css

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

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

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

border-color css

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

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

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