Html Css Color HEX #DC88FA Heliotrope

📋 copy color: '#DC88FA'

red 220 ◦ green 136 ◦ blue 250

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

Shades of Heliotrope #DC88FA

Tints of Heliotrope #DC88FA

RGB

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

 GREEN value IS 136 (53.52% from 255) = 22.44%

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

R = 36.3%
G = 22.44%
B = 41.25%

CMYK

 C value IS 0.12

 M value IS 0.46

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DC88FA (or 0xDC88FA) is known color: Heliotrope. HEX triplet: DC, 88 and FA. RGB value is (220,136,250). Sum of RGB (Red+Green+Blue) = 220+136+250=606 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.30% from 606); Green value is 136 (53.52% from 255 or 22.44% from 606); Blue value is 250 (98.05% from 255 or 41.25% from 606); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC88FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC88FA is #237705. Grayscale: #ADADAD. Windows color (decimal): -2324230 or 16419036. OLE color: 16419036.

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

Color convert

RGB 220 136 250 -
CMYK 0.12 0.46 0 0.02
HSL 284.21º 0.92% 0.76% -
HSV(B) 284.21º 0.46% 0.98% -
XYZ 55.57 39.73 95.18 -
YUV 174.11 170.83 160.73 -
System Red Green Blue C M Y K H S L
Decimal 220 136 250 0.12 0.46 0 0.02 284.21 0.92 0.76
Hex DC 88 FA C 2E 0 2 11C 5C 4C
Octal 334 210 372 14 56 0 2 434 134 114
Binary 11011100 10001000 11111010 1100 101110 0 10 100011100 1011100 1001100

Color Harmonies of #DC88FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC88FA

Black with #DC88FA

Text Example


Text Example

White with #DC88FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC88FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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