Html Css Color HEX #DC66FD Heliotrope

📋 copy color: '#DC66FD'

red 220 ◦ green 102 ◦ blue 253

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

Shades of Heliotrope #DC66FD

Tints of Heliotrope #DC66FD

RGB

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

 GREEN value IS 102 (40.23% from 255) = 17.74%

 BLUE value IS 253 (99.22% from 255) = 44%

R = 38.26%
G = 17.74%
B = 44%

CMYK

 C value IS 0.13

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DC66FD (or 0xDC66FD) is known color: Heliotrope. HEX triplet: DC, 66 and FD. RGB value is (220,102,253). Sum of RGB (Red+Green+Blue) = 220+102+253=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 102 (40.23% from 255 or 17.74% from 575); Blue value is 253 (99.22% from 255 or 44% from 575); Max value from RGB is 253 - color contains mainly: blue. Hex color #DC66FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC66FD is #239902. Grayscale: #9A9A9A. Windows color (decimal): -2332931 or 16606940. OLE color: 16606940.

HSL color Cylindrical-coordinate representation of color #DC66FD: hue angle of 286.89º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC66FD is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 220 102 253 -
CMYK 0.13 0.60 0 0.01
HSL 286.89º 0.97% 0.7% -
HSV(B) 286.89º 0.6% 0.99% -
XYZ 52 31.81 96.33 -
YUV 154.5 183.59 174.72 -
System Red Green Blue C M Y K H S L
Decimal 220 102 253 0.13 0.60 0 0.01 286.89 0.97 0.7
Hex DC 66 FD D 3C 0 1 11F 61 46
Octal 334 146 375 15 74 0 1 437 141 106
Binary 11011100 1100110 11111101 1101 111100 0 1 100011111 1100001 1000110

Color Harmonies of #DC66FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC66FD

Black with #DC66FD

Text Example


Text Example

White with #DC66FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC66FD; }

 p { color: rgb(220,102,253); }

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

background-color css

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

 a { background-color: rgb(220,102,253); }

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

border-color css

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

 span { border-color: rgb(220,102,253); }

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