Html Css Color HEX #DD85FC Heliotrope

📋 copy color: '#DD85FC'

red 221 ◦ green 133 ◦ blue 252

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

Shades of Heliotrope #DD85FC

Tints of Heliotrope #DD85FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 41.58%

R = 36.47%
G = 21.95%
B = 41.58%

CMYK

 C value IS 0.12

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DD85FC (or 0xDD85FC) is known color: Heliotrope. HEX triplet: DD, 85 and FC. RGB value is (221,133,252). Sum of RGB (Red+Green+Blue) = 221+133+252=606 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.47% from 606); Green value is 133 (52.34% from 255 or 21.95% from 606); Blue value is 252 (98.83% from 255 or 41.58% from 606); Max value from RGB is 252 - color contains mainly: blue. Hex color #DD85FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD85FC is #227A03. Grayscale: #ACACAC. Windows color (decimal): -2259460 or 16549341. OLE color: 16549341.

HSL color Cylindrical-coordinate representation of color #DD85FC: hue angle of 284.37º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD85FC is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 221 133 252 -
CMYK 0.12 0.47 0 0.01
HSL 284.37º 0.95% 0.75% -
HSV(B) 284.37º 0.47% 0.99% -
XYZ 55.78 39.18 96.72 -
YUV 172.88 172.65 162.32 -
System Red Green Blue C M Y K H S L
Decimal 221 133 252 0.12 0.47 0 0.01 284.37 0.95 0.75
Hex DD 85 FC C 2F 0 1 11C 5F 4B
Octal 335 205 374 14 57 0 1 434 137 113
Binary 11011101 10000101 11111100 1100 101111 0 1 100011100 1011111 1001011

Color Harmonies of #DD85FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD85FC

Black with #DD85FC

Text Example


Text Example

White with #DD85FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD85FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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