Html Css Color HEX #DC89FA Heliotrope

📋 copy color: '#DC89FA'

red 220 ◦ green 137 ◦ blue 250

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

Shades of Heliotrope #DC89FA

Tints of Heliotrope #DC89FA

RGB

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

 GREEN value IS 137 (53.91% from 255) = 22.57%

 BLUE value IS 250 (98.05% from 255) = 41.19%

R = 36.24%
G = 22.57%
B = 41.19%

CMYK

 C value IS 0.12

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DC89FA (or 0xDC89FA) is known color: Heliotrope. HEX triplet: DC, 89 and FA. RGB value is (220,137,250). Sum of RGB (Red+Green+Blue) = 220+137+250=607 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.24% from 607); Green value is 137 (53.91% from 255 or 22.57% from 607); Blue value is 250 (98.05% from 255 or 41.19% from 607); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC89FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC89FA is #237605. Grayscale: #AEAEAE. Windows color (decimal): -2323974 or 16419292. OLE color: 16419292.

HSL color Cylindrical-coordinate representation of color #DC89FA: hue angle of 284.07º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DC89FA is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 137 250 -
CMYK 0.12 0.45 0 0.02
HSL 284.07º 0.92% 0.76% -
HSV(B) 284.07º 0.45% 0.98% -
XYZ 55.72 40.01 95.23 -
YUV 174.7 170.5 160.31 -
System Red Green Blue C M Y K H S L
Decimal 220 137 250 0.12 0.45 0 0.02 284.07 0.92 0.76
Hex DC 89 FA C 2D 0 2 11C 5C 4C
Octal 334 211 372 14 55 0 2 434 134 114
Binary 11011100 10001001 11111010 1100 101101 0 10 100011100 1011100 1001100

Color Harmonies of #DC89FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC89FA

Black with #DC89FA

Text Example


Text Example

White with #DC89FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC89FA; }

 p { color: rgb(220,137,250); }

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

background-color css

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

 a { background-color: rgb(220,137,250); }

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

border-color css

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

 span { border-color: rgb(220,137,250); }

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