Html Css Color HEX #D54262 Cerise

📋 copy color: '#D54262'

red 213 ◦ green 66 ◦ blue 98

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

Shades of Cerise #D54262

Tints of Cerise #D54262

RGB

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

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

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

R = 56.5%
G = 17.51%
B = 25.99%

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

#D54262 (or 0xD54262) is known color: Cerise. HEX triplet: D5, 42 and 62. RGB value is (213,66,98). Sum of RGB (Red+Green+Blue) = 213+66+98=377 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.50% from 377); Green value is 66 (26.17% from 255 or 17.51% from 377); Blue value is 98 (38.67% from 255 or 25.99% from 377); Max value from RGB is 213 - color contains mainly: red. Hex color #D54262 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54262 is #2ABD9D. Grayscale: #717171. Windows color (decimal): -2801054 or 6439637. OLE color: 6439637.

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

Color convert

RGB 213 66 98 -
CMYK 0 0.69 0.54 0.16
HSL 346.94º 0.64% 0.55% -
HSV(B) 346.94º 0.69% 0.84% -
XYZ 31.59 18.92 13.54 -
YUV 113.6 119.2 198.9 -
System Red Green Blue C M Y K H S L
Decimal 213 66 98 0 0.69 0.54 0.16 346.94 0.64 0.55
Hex D5 42 62 0 45 36 10 15B 40 37
Octal 325 102 142 0 105 66 20 533 100 67
Binary 11010101 1000010 1100010 0 1000101 110110 10000 101011011 1000000 110111

Color Harmonies of #D54262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54262

Black with #D54262

Text Example


Text Example

White with #D54262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54262; }

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

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

background-color css

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

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

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

border-color css

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

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

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