Html Css Color HEX #DD84FC Heliotrope

📋 copy color: '#DD84FC'

red 221 ◦ green 132 ◦ blue 252

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

Shades of Heliotrope #DD84FC

Tints of Heliotrope #DD84FC

RGB

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

 GREEN value IS 132 (51.95% from 255) = 21.82%

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

R = 36.53%
G = 21.82%
B = 41.65%

CMYK

 C value IS 0.12

 M value IS 0.48

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DD84FC (or 0xDD84FC) is known color: Heliotrope. HEX triplet: DD, 84 and FC. RGB value is (221,132,252). Sum of RGB (Red+Green+Blue) = 221+132+252=605 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.53% from 605); Green value is 132 (51.95% from 255 or 21.82% from 605); Blue value is 252 (98.83% from 255 or 41.65% from 605); Max value from RGB is 252 - color contains mainly: blue. Hex color #DD84FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD84FC is #227B03. Grayscale: #ABABAB. Windows color (decimal): -2259716 or 16549085. OLE color: 16549085.

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

Color convert

RGB 221 132 252 -
CMYK 0.12 0.48 0 0.01
HSL 284.5º 0.95% 0.75% -
HSV(B) 284.5º 0.48% 0.99% -
XYZ 55.64 38.9 96.67 -
YUV 172.29 172.99 162.74 -
System Red Green Blue C M Y K H S L
Decimal 221 132 252 0.12 0.48 0 0.01 284.5 0.95 0.75
Hex DD 84 FC C 30 0 1 11C 5F 4B
Octal 335 204 374 14 60 0 1 434 137 113
Binary 11011101 10000100 11111100 1100 110000 0 1 100011100 1011111 1001011

Color Harmonies of #DD84FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD84FC

Black with #DD84FC

Text Example


Text Example

White with #DD84FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD84FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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