Html Css Color HEX #D645A5 Mulberry

📋 copy color: '#D645A5'

red 214 ◦ green 69 ◦ blue 165

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

Shades of Mulberry #D645A5

Tints of Mulberry #D645A5

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.4%

 BLUE value IS 165 (64.84% from 255) = 36.83%

R = 47.77%
G = 15.4%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D645A5 (or 0xD645A5) is known color: Mulberry. HEX triplet: D6, 45 and A5. RGB value is (214,69,165). Sum of RGB (Red+Green+Blue) = 214+69+165=448 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.77% from 448); Green value is 69 (27.34% from 255 or 15.40% from 448); Blue value is 165 (64.84% from 255 or 36.83% from 448); Max value from RGB is 214 - color contains mainly: red. Hex color #D645A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D645A5 is #29BA5A. Grayscale: #7B7B7B. Windows color (decimal): -2734683 or 10831318. OLE color: 10831318.

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

Color convert

RGB 214 69 165 -
CMYK 0 0.68 0.23 0.16
HSL 320.28º 0.64% 0.55% -
HSV(B) 320.28º 0.68% 0.84% -
XYZ 36.65 21.27 37.77 -
YUV 123.3 151.54 192.69 -
System Red Green Blue C M Y K H S L
Decimal 214 69 165 0 0.68 0.23 0.16 320.28 0.64 0.55
Hex D6 45 A5 0 44 17 10 140 40 37
Octal 326 105 245 0 104 27 20 500 100 67
Binary 11010110 1000101 10100101 0 1000100 10111 10000 101000000 1000000 110111

Color Harmonies of #D645A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D645A5

Black with #D645A5

Text Example


Text Example

White with #D645A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D645A5; }

 p { color: rgb(214,69,165); }

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

background-color css

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

 a { background-color: rgb(214,69,165); }

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

border-color css

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

 span { border-color: rgb(214,69,165); }

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