Html Css Color HEX #D53062 Cerise

📋 copy color: '#D53062'

red 213 ◦ green 48 ◦ blue 98

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

Shades of Cerise #D53062

Tints of Cerise #D53062

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.37%

 BLUE value IS 98 (38.67% from 255) = 27.3%

R = 59.33%
G = 13.37%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D53062 (or 0xD53062) is known color: Cerise. HEX triplet: D5, 30 and 62. RGB value is (213,48,98). Sum of RGB (Red+Green+Blue) = 213+48+98=359 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.33% from 359); Green value is 48 (19.14% from 255 or 13.37% from 359); Blue value is 98 (38.67% from 255 or 27.30% from 359); Max value from RGB is 213 - color contains mainly: red. Hex color #D53062 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53062 is #2ACF9D. Grayscale: #676767. Windows color (decimal): -2805662 or 6435029. OLE color: 6435029.

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

Color convert

RGB 213 48 98 -
CMYK 0 0.77 0.54 0.16
HSL 341.82º 0.66% 0.51% -
HSV(B) 341.82º 0.77% 0.84% -
XYZ 30.7 17.14 13.25 -
YUV 103.04 125.16 206.43 -
System Red Green Blue C M Y K H S L
Decimal 213 48 98 0 0.77 0.54 0.16 341.82 0.66 0.51
Hex D5 30 62 0 4D 36 10 156 42 33
Octal 325 60 142 0 115 66 20 526 102 63
Binary 11010101 110000 1100010 0 1001101 110110 10000 101010110 1000010 110011

Color Harmonies of #D53062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53062

Black with #D53062

Text Example


Text Example

White with #D53062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53062; }

 p { color: rgb(213,48,98); }

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

background-color css

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

 a { background-color: rgb(213,48,98); }

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

border-color css

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

 span { border-color: rgb(213,48,98); }

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