Html Css Color HEX #DC6FF9 Heliotrope

📋 copy color: '#DC6FF9'

red 220 ◦ green 111 ◦ blue 249

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

Shades of Heliotrope #DC6FF9

Tints of Heliotrope #DC6FF9

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.14%

 BLUE value IS 249 (97.66% from 255) = 42.93%

R = 37.93%
G = 19.14%
B = 42.93%

CMYK

 C value IS 0.12

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DC6FF9 (or 0xDC6FF9) is known color: Heliotrope. HEX triplet: DC, 6F and F9. RGB value is (220,111,249). Sum of RGB (Red+Green+Blue) = 220+111+249=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 111 (43.75% from 255 or 19.14% from 580); Blue value is 249 (97.66% from 255 or 42.93% from 580); Max value from RGB is 249 - color contains mainly: blue. Hex color #DC6FF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC6FF9 is #239006. Grayscale: #9E9E9E. Windows color (decimal): -2330631 or 16347100. OLE color: 16347100.

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

Color convert

RGB 220 111 249 -
CMYK 0.12 0.55 0 0.02
HSL 287.39º 0.92% 0.71% -
HSV(B) 287.39º 0.55% 0.98% -
XYZ 52.3 33.42 93.32 -
YUV 159.32 178.61 171.28 -
System Red Green Blue C M Y K H S L
Decimal 220 111 249 0.12 0.55 0 0.02 287.39 0.92 0.71
Hex DC 6F F9 C 37 0 2 11F 5C 47
Octal 334 157 371 14 67 0 2 437 134 107
Binary 11011100 1101111 11111001 1100 110111 0 10 100011111 1011100 1000111

Color Harmonies of #DC6FF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6FF9

Black with #DC6FF9

Text Example


Text Example

White with #DC6FF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6FF9; }

 p { color: rgb(220,111,249); }

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

background-color css

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

 a { background-color: rgb(220,111,249); }

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

border-color css

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

 span { border-color: rgb(220,111,249); }

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