Html Css Color HEX #D65199 Mulberry

📋 copy color: '#D65199'

red 214 ◦ green 81 ◦ blue 153

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

Shades of Mulberry #D65199

Tints of Mulberry #D65199

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.08%

 BLUE value IS 153 (60.16% from 255) = 34.15%

R = 47.77%
G = 18.08%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D65199 (or 0xD65199) is known color: Mulberry. HEX triplet: D6, 51 and 99. RGB value is (214,81,153). Sum of RGB (Red+Green+Blue) = 214+81+153=448 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.77% from 448); Green value is 81 (32.03% from 255 or 18.08% from 448); Blue value is 153 (60.16% from 255 or 34.15% from 448); Max value from RGB is 214 - color contains mainly: red. Hex color #D65199 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65199 is #29AE66. Grayscale: #808080. Windows color (decimal): -2731623 or 10047958. OLE color: 10047958.

HSL color Cylindrical-coordinate representation of color #D65199: hue angle of 327.52º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D65199 is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 81 153 -
CMYK 0 0.62 0.29 0.16
HSL 327.52º 0.62% 0.58% -
HSV(B) 327.52º 0.62% 0.84% -
XYZ 36.42 22.48 32.56 -
YUV 128.98 141.56 188.65 -
System Red Green Blue C M Y K H S L
Decimal 214 81 153 0 0.62 0.29 0.16 327.52 0.62 0.58
Hex D6 51 99 0 3E 1D 10 148 3E 3A
Octal 326 121 231 0 76 35 20 510 76 72
Binary 11010110 1010001 10011001 0 111110 11101 10000 101001000 111110 111010

Color Harmonies of #D65199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65199

Black with #D65199

Text Example


Text Example

White with #D65199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65199; }

 p { color: rgb(214,81,153); }

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

background-color css

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

 a { background-color: rgb(214,81,153); }

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

border-color css

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

 span { border-color: rgb(214,81,153); }

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