Html Css Color HEX #D54263 Cerise

📋 copy color: '#D54263'

red 213 ◦ green 66 ◦ blue 99

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

Shades of Cerise #D54263

Tints of Cerise #D54263

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.46%

 BLUE value IS 99 (39.06% from 255) = 26.19%

R = 56.35%
G = 17.46%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D54263 (or 0xD54263) is known color: Cerise. HEX triplet: D5, 42 and 63. RGB value is (213,66,99). Sum of RGB (Red+Green+Blue) = 213+66+99=378 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.35% from 378); Green value is 66 (26.17% from 255 or 17.46% from 378); Blue value is 99 (39.06% from 255 or 26.19% from 378); Max value from RGB is 213 - color contains mainly: red. Hex color #D54263 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54263 is #2ABD9C. Grayscale: #717171. Windows color (decimal): -2801053 or 6505173. OLE color: 6505173.

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

Color convert

RGB 213 66 99 -
CMYK 0 0.69 0.54 0.16
HSL 346.53º 0.64% 0.55% -
HSV(B) 346.53º 0.69% 0.84% -
XYZ 31.64 18.94 13.79 -
YUV 113.72 119.7 198.82 -
System Red Green Blue C M Y K H S L
Decimal 213 66 99 0 0.69 0.54 0.16 346.53 0.64 0.55
Hex D5 42 63 0 45 36 10 15B 40 37
Octal 325 102 143 0 105 66 20 533 100 67
Binary 11010101 1000010 1100011 0 1000101 110110 10000 101011011 1000000 110111

Color Harmonies of #D54263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54263

Black with #D54263

Text Example


Text Example

White with #D54263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54263; }

 p { color: rgb(213,66,99); }

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

background-color css

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

 a { background-color: rgb(213,66,99); }

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

border-color css

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

 span { border-color: rgb(213,66,99); }

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