Html Css Color HEX #D62161 Cerise

📋 copy color: '#D62161'

red 214 ◦ green 33 ◦ blue 97

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

Shades of Cerise #D62161

Tints of Cerise #D62161

RGB

 RED value IS 214 (83.98% from 255) = 62.21%

 GREEN value IS 33 (13.28% from 255) = 9.59%

 BLUE value IS 97 (38.28% from 255) = 28.2%

R = 62.21%
G = 9.59%
B = 28.2%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D62161 (or 0xD62161) is known color: Cerise. HEX triplet: D6, 21 and 61. RGB value is (214,33,97). Sum of RGB (Red+Green+Blue) = 214+33+97=344 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.21% from 344); Green value is 33 (13.28% from 255 or 9.59% from 344); Blue value is 97 (38.28% from 255 or 28.20% from 344); Max value from RGB is 214 - color contains mainly: red. Hex color #D62161 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62161 is #29DE9E. Grayscale: #5E5E5E. Windows color (decimal): -2743967 or 6365654. OLE color: 6365654.

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

Color convert

RGB 214 33 97 -
CMYK 0 0.85 0.55 0.16
HSL 338.78º 0.73% 0.48% -
HSV(B) 338.78º 0.85% 0.84% -
XYZ 30.43 16.25 12.84 -
YUV 94.42 129.47 213.3 -
System Red Green Blue C M Y K H S L
Decimal 214 33 97 0 0.85 0.55 0.16 338.78 0.73 0.48
Hex D6 21 61 0 55 37 10 153 49 30
Octal 326 41 141 0 125 67 20 523 111 60
Binary 11010110 100001 1100001 0 1010101 110111 10000 101010011 1001001 110000

Color Harmonies of #D62161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62161

Black with #D62161

Text Example


Text Example

White with #D62161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62161; }

 p { color: rgb(214,33,97); }

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

background-color css

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

 a { background-color: rgb(214,33,97); }

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

border-color css

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

 span { border-color: rgb(214,33,97); }

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