Html Css Color HEX #DC84FB Heliotrope

📋 copy color: '#DC84FB'

red 220 ◦ green 132 ◦ blue 251

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

Shades of Heliotrope #DC84FB

Tints of Heliotrope #DC84FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 41.63%

R = 36.48%
G = 21.89%
B = 41.63%

CMYK

 C value IS 0.12

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DC84FB (or 0xDC84FB) is known color: Heliotrope. HEX triplet: DC, 84 and FB. RGB value is (220,132,251). Sum of RGB (Red+Green+Blue) = 220+132+251=603 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.48% from 603); Green value is 132 (51.95% from 255 or 21.89% from 603); Blue value is 251 (98.44% from 255 or 41.63% from 603); Max value from RGB is 251 - color contains mainly: blue. Hex color #DC84FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC84FB is #237B04. Grayscale: #ABABAB. Windows color (decimal): -2325253 or 16483548. OLE color: 16483548.

HSL color Cylindrical-coordinate representation of color #DC84FB: hue angle of 284.37º degrees, saturation: 0.94, 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 #DC84FB is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 132 251 -
CMYK 0.12 0.47 0 0.02
HSL 284.37º 0.94% 0.75% -
HSV(B) 284.37º 0.47% 0.98% -
XYZ 55.18 38.68 95.83 -
YUV 171.88 172.65 162.32 -
System Red Green Blue C M Y K H S L
Decimal 220 132 251 0.12 0.47 0 0.02 284.37 0.94 0.75
Hex DC 84 FB C 2F 0 2 11C 5E 4B
Octal 334 204 373 14 57 0 2 434 136 113
Binary 11011100 10000100 11111011 1100 101111 0 10 100011100 1011110 1001011

Color Harmonies of #DC84FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC84FB

Black with #DC84FB

Text Example


Text Example

White with #DC84FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC84FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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