Html Css Color HEX #DC84FE Heliotrope

📋 copy color: '#DC84FE'

red 220 ◦ green 132 ◦ blue 254

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

Shades of Heliotrope #DC84FE

Tints of Heliotrope #DC84FE

RGB

 RED value IS 220 (86.33% from 255) = 36.3%

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

 BLUE value IS 254 (99.61% from 255) = 41.91%

R = 36.3%
G = 21.78%
B = 41.91%

CMYK

 C value IS 0.13

 M value IS 0.48

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DC84FE (or 0xDC84FE) is known color: Heliotrope. HEX triplet: DC, 84 and FE. RGB value is (220,132,254). Sum of RGB (Red+Green+Blue) = 220+132+254=606 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.30% from 606); Green value is 132 (51.95% from 255 or 21.78% from 606); Blue value is 254 (99.61% from 255 or 41.91% from 606); Max value from RGB is 254 - color contains mainly: blue. Hex color #DC84FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC84FE is #237B01. Grayscale: #ABABAB. Windows color (decimal): -2325250 or 16680156. OLE color: 16680156.

HSL color Cylindrical-coordinate representation of color #DC84FE: hue angle of 283.28º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DC84FE is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 220 132 254 -
CMYK 0.13 0.48 0 0.00
HSL 283.28º 0.98% 0.76% -
HSV(B) 283.28º 0.48% 1% -
XYZ 55.66 38.87 98.34 -
YUV 172.22 174.15 162.08 -
System Red Green Blue C M Y K H S L
Decimal 220 132 254 0.13 0.48 0 0.00 283.28 0.98 0.76
Hex DC 84 FE D 30 0 0 11B 62 4C
Octal 334 204 376 15 60 0 0 433 142 114
Binary 11011100 10000100 11111110 1101 110000 0 0 100011011 1100010 1001100

Color Harmonies of #DC84FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC84FE

Black with #DC84FE

Text Example


Text Example

White with #DC84FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC84FE; }

 p { color: rgb(220,132,254); }

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

background-color css

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

 a { background-color: rgb(220,132,254); }

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

border-color css

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

 span { border-color: rgb(220,132,254); }

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