Html Css Color HEX #DC66FB Heliotrope

📋 copy color: '#DC66FB'

red 220 ◦ green 102 ◦ blue 251

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

Shades of Heliotrope #DC66FB

Tints of Heliotrope #DC66FB

RGB

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

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

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

R = 38.39%
G = 17.8%
B = 43.8%

CMYK

 C value IS 0.12

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DC66FB (or 0xDC66FB) is known color: Heliotrope. HEX triplet: DC, 66 and FB. RGB value is (220,102,251). Sum of RGB (Red+Green+Blue) = 220+102+251=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 102 (40.23% from 255 or 17.80% from 573); Blue value is 251 (98.44% from 255 or 43.80% from 573); Max value from RGB is 251 - color contains mainly: blue. Hex color #DC66FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC66FB is #239904. Grayscale: #999999. Windows color (decimal): -2332933 or 16475868. OLE color: 16475868.

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

Color convert

RGB 220 102 251 -
CMYK 0.12 0.59 0 0.02
HSL 287.52º 0.95% 0.69% -
HSV(B) 287.52º 0.59% 0.98% -
XYZ 51.68 31.68 94.66 -
YUV 154.27 182.59 174.88 -
System Red Green Blue C M Y K H S L
Decimal 220 102 251 0.12 0.59 0 0.02 287.52 0.95 0.69
Hex DC 66 FB C 3B 0 2 120 5F 45
Octal 334 146 373 14 73 0 2 440 137 105
Binary 11011100 1100110 11111011 1100 111011 0 10 100100000 1011111 1000101

Color Harmonies of #DC66FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC66FB

Black with #DC66FB

Text Example


Text Example

White with #DC66FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC66FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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