Html Css Color HEX #DD85F9 Heliotrope

📋 copy color: '#DD85F9'

red 221 ◦ green 133 ◦ blue 249

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

Shades of Heliotrope #DD85F9

Tints of Heliotrope #DD85F9

RGB

 RED value IS 221 (86.72% from 255) = 36.65%

 GREEN value IS 133 (52.34% from 255) = 22.06%

 BLUE value IS 249 (97.66% from 255) = 41.29%

R = 36.65%
G = 22.06%
B = 41.29%

CMYK

 C value IS 0.11

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD85F9 (or 0xDD85F9) is known color: Heliotrope. HEX triplet: DD, 85 and F9. RGB value is (221,133,249). Sum of RGB (Red+Green+Blue) = 221+133+249=603 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.65% from 603); Green value is 133 (52.34% from 255 or 22.06% from 603); Blue value is 249 (97.66% from 255 or 41.29% from 603); Max value from RGB is 249 - color contains mainly: blue. Hex color #DD85F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD85F9 is #227A06. Grayscale: #ACACAC. Windows color (decimal): -2259463 or 16352733. OLE color: 16352733.

HSL color Cylindrical-coordinate representation of color #DD85F9: hue angle of 285.52º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD85F9 is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 133 249 -
CMYK 0.11 0.47 0 0.02
HSL 285.52º 0.91% 0.75% -
HSV(B) 285.52º 0.47% 0.98% -
XYZ 55.31 38.99 94.23 -
YUV 172.54 171.15 162.57 -
System Red Green Blue C M Y K H S L
Decimal 221 133 249 0.11 0.47 0 0.02 285.52 0.91 0.75
Hex DD 85 F9 B 2F 0 2 11E 5B 4B
Octal 335 205 371 13 57 0 2 436 133 113
Binary 11011101 10000101 11111001 1011 101111 0 10 100011110 1011011 1001011

Color Harmonies of #DD85F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD85F9

Black with #DD85F9

Text Example


Text Example

White with #DD85F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD85F9; }

 p { color: rgb(221,133,249); }

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

background-color css

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

 a { background-color: rgb(221,133,249); }

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

border-color css

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

 span { border-color: rgb(221,133,249); }

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