Html Css Color HEX #D53466 Cerise

📋 copy color: '#D53466'

red 213 ◦ green 52 ◦ blue 102

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

Shades of Cerise #D53466

Tints of Cerise #D53466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 27.79%

R = 58.04%
G = 14.17%
B = 27.79%

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

#D53466 (or 0xD53466) is known color: Cerise. HEX triplet: D5, 34 and 66. RGB value is (213,52,102). Sum of RGB (Red+Green+Blue) = 213+52+102=367 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.04% from 367); Green value is 52 (20.70% from 255 or 14.17% from 367); Blue value is 102 (40.23% from 255 or 27.79% from 367); Max value from RGB is 213 - color contains mainly: red. Hex color #D53466 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53466 is #2ACB99. Grayscale: #696969. Windows color (decimal): -2804634 or 6698197. OLE color: 6698197.

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

Color convert

RGB 213 52 102 -
CMYK 0 0.76 0.52 0.16
HSL 341.37º 0.66% 0.52% -
HSV(B) 341.37º 0.76% 0.84% -
XYZ 31.07 17.56 14.32 -
YUV 105.84 125.84 204.43 -
System Red Green Blue C M Y K H S L
Decimal 213 52 102 0 0.76 0.52 0.16 341.37 0.66 0.52
Hex D5 34 66 0 4C 34 10 155 42 34
Octal 325 64 146 0 114 64 20 525 102 64
Binary 11010101 110100 1100110 0 1001100 110100 10000 101010101 1000010 110100

Color Harmonies of #D53466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53466

Black with #D53466

Text Example


Text Example

White with #D53466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53466; }

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

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

background-color css

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

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

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

border-color css

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

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

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