Html Css Color HEX #D53467 Cerise

📋 copy color: '#D53467'

red 213 ◦ green 52 ◦ blue 103

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

Shades of Cerise #D53467

Tints of Cerise #D53467

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.13%

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

R = 57.88%
G = 14.13%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D53467 (or 0xD53467) is known color: Cerise. HEX triplet: D5, 34 and 67. RGB value is (213,52,103). Sum of RGB (Red+Green+Blue) = 213+52+103=368 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.88% from 368); Green value is 52 (20.70% from 255 or 14.13% from 368); Blue value is 103 (40.62% from 255 or 27.99% from 368); Max value from RGB is 213 - color contains mainly: red. Hex color #D53467 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53467 is #2ACB98. Grayscale: #696969. Windows color (decimal): -2804633 or 6763733. OLE color: 6763733.

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

Color convert

RGB 213 52 103 -
CMYK 0 0.76 0.52 0.16
HSL 340.99º 0.66% 0.52% -
HSV(B) 340.99º 0.76% 0.84% -
XYZ 31.12 17.58 14.59 -
YUV 105.95 126.34 204.35 -
System Red Green Blue C M Y K H S L
Decimal 213 52 103 0 0.76 0.52 0.16 340.99 0.66 0.52
Hex D5 34 67 0 4C 34 10 155 42 34
Octal 325 64 147 0 114 64 20 525 102 64
Binary 11010101 110100 1100111 0 1001100 110100 10000 101010101 1000010 110100

Color Harmonies of #D53467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53467

Black with #D53467

Text Example


Text Example

White with #D53467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53467; }

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

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

background-color css

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

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

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

border-color css

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

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

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