Html Css Color HEX #D65693 Mulberry

📋 copy color: '#D65693'

red 214 ◦ green 86 ◦ blue 147

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

Shades of Mulberry #D65693

Tints of Mulberry #D65693

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.24%

 BLUE value IS 147 (57.81% from 255) = 32.89%

R = 47.87%
G = 19.24%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D65693 (or 0xD65693) is known color: Mulberry. HEX triplet: D6, 56 and 93. RGB value is (214,86,147). Sum of RGB (Red+Green+Blue) = 214+86+147=447 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.87% from 447); Green value is 86 (33.98% from 255 or 19.24% from 447); Blue value is 147 (57.81% from 255 or 32.89% from 447); Max value from RGB is 214 - color contains mainly: red. Hex color #D65693 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65693 is #29A96C. Grayscale: #838383. Windows color (decimal): -2730349 or 9656022. OLE color: 9656022.

HSL color Cylindrical-coordinate representation of color #D65693: hue angle of 331.41º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D65693 is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 86 147 -
CMYK 0 0.60 0.31 0.16
HSL 331.41º 0.61% 0.59% -
HSV(B) 331.41º 0.6% 0.84% -
XYZ 36.33 23.06 30.14 -
YUV 131.23 136.91 187.04 -
System Red Green Blue C M Y K H S L
Decimal 214 86 147 0 0.60 0.31 0.16 331.41 0.61 0.59
Hex D6 56 93 0 3C 1F 10 14B 3D 3B
Octal 326 126 223 0 74 37 20 513 75 73
Binary 11010110 1010110 10010011 0 111100 11111 10000 101001011 111101 111011

Color Harmonies of #D65693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65693

Black with #D65693

Text Example


Text Example

White with #D65693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65693; }

 p { color: rgb(214,86,147); }

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

background-color css

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

 a { background-color: rgb(214,86,147); }

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

border-color css

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

 span { border-color: rgb(214,86,147); }

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