Html Css Color HEX #D54162 Cerise

📋 copy color: '#D54162'

red 213 ◦ green 65 ◦ blue 98

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

Shades of Cerise #D54162

Tints of Cerise #D54162

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.29%

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

R = 56.65%
G = 17.29%
B = 26.06%

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

#D54162 (or 0xD54162) is known color: Cerise. HEX triplet: D5, 41 and 62. RGB value is (213,65,98). Sum of RGB (Red+Green+Blue) = 213+65+98=376 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.65% from 376); Green value is 65 (25.78% from 255 or 17.29% from 376); Blue value is 98 (38.67% from 255 or 26.06% from 376); Max value from RGB is 213 - color contains mainly: red. Hex color #D54162 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54162 is #2ABE9D. Grayscale: #717171. Windows color (decimal): -2801310 or 6439381. OLE color: 6439381.

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

Color convert

RGB 213 65 98 -
CMYK 0 0.69 0.54 0.16
HSL 346.62º 0.64% 0.55% -
HSV(B) 346.62º 0.69% 0.84% -
XYZ 31.54 18.81 13.52 -
YUV 113.01 119.53 199.32 -
System Red Green Blue C M Y K H S L
Decimal 213 65 98 0 0.69 0.54 0.16 346.62 0.64 0.55
Hex D5 41 62 0 45 36 10 15B 40 37
Octal 325 101 142 0 105 66 20 533 100 67
Binary 11010101 1000001 1100010 0 1000101 110110 10000 101011011 1000000 110111

Color Harmonies of #D54162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54162

Black with #D54162

Text Example


Text Example

White with #D54162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54162; }

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

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

background-color css

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

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

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

border-color css

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

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

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