Html Css Color HEX #DE4BA5 Mulberry

📋 copy color: '#DE4BA5'

red 222 ◦ green 75 ◦ blue 165

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

Shades of Mulberry #DE4BA5

Tints of Mulberry #DE4BA5

RGB

 RED value IS 222 (87.11% from 255) = 48.05%

 GREEN value IS 75 (29.69% from 255) = 16.23%

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

R = 48.05%
G = 16.23%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DE4BA5 (or 0xDE4BA5) is known color: Mulberry. HEX triplet: DE, 4B and A5. RGB value is (222,75,165). Sum of RGB (Red+Green+Blue) = 222+75+165=462 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.05% from 462); Green value is 75 (29.69% from 255 or 16.23% from 462); Blue value is 165 (64.84% from 255 or 35.71% from 462); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4BA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE4BA5 is #21B45A. Grayscale: #818181. Windows color (decimal): -2208859 or 10832862. OLE color: 10832862.

HSL color Cylindrical-coordinate representation of color #DE4BA5: hue angle of 323.27º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DE4BA5 is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 75 165 -
CMYK 0 0.66 0.26 0.13
HSL 323.27º 0.69% 0.58% -
HSV(B) 323.27º 0.66% 0.87% -
XYZ 39.43 23.28 38.01 -
YUV 129.21 148.2 194.18 -
System Red Green Blue C M Y K H S L
Decimal 222 75 165 0 0.66 0.26 0.13 323.27 0.69 0.58
Hex DE 4B A5 0 42 1A D 143 45 3A
Octal 336 113 245 0 102 32 15 503 105 72
Binary 11011110 1001011 10100101 0 1000010 11010 1101 101000011 1000101 111010

Color Harmonies of #DE4BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4BA5

Black with #DE4BA5

Text Example


Text Example

White with #DE4BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4BA5; }

 p { color: rgb(222,75,165); }

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

background-color css

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

 a { background-color: rgb(222,75,165); }

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

border-color css

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

 span { border-color: rgb(222,75,165); }

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