Html Css Color HEX #DC69EE Heliotrope

📋 copy color: '#DC69EE'

red 220 ◦ green 105 ◦ blue 238

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

Shades of Heliotrope #DC69EE

Tints of Heliotrope #DC69EE

RGB

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

 GREEN value IS 105 (41.41% from 255) = 18.65%

 BLUE value IS 238 (93.36% from 255) = 42.27%

R = 39.08%
G = 18.65%
B = 42.27%

CMYK

 C value IS 0.08

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DC69EE (or 0xDC69EE) is known color: Heliotrope. HEX triplet: DC, 69 and EE. RGB value is (220,105,238). Sum of RGB (Red+Green+Blue) = 220+105+238=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 105 (41.41% from 255 or 18.65% from 563); Blue value is 238 (93.36% from 255 or 42.27% from 563); Max value from RGB is 238 - color contains mainly: blue. Hex color #DC69EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC69EE is #239611. Grayscale: #9A9A9A. Windows color (decimal): -2332178 or 15624668. OLE color: 15624668.

HSL color Cylindrical-coordinate representation of color #DC69EE: hue angle of 291.88º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DC69EE is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 105 238 -
CMYK 0.08 0.56 0 0.07
HSL 291.88º 0.8% 0.67% -
HSV(B) 291.88º 0.56% 0.93% -
XYZ 50 31.49 84.33 -
YUV 154.55 175.1 174.69 -
System Red Green Blue C M Y K H S L
Decimal 220 105 238 0.08 0.56 0 0.07 291.88 0.8 0.67
Hex DC 69 EE 8 38 0 7 124 50 43
Octal 334 151 356 10 70 0 7 444 120 103
Binary 11011100 1101001 11101110 1000 111000 0 111 100100100 1010000 1000011

Color Harmonies of #DC69EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC69EE

Black with #DC69EE

Text Example


Text Example

White with #DC69EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC69EE; }

 p { color: rgb(220,105,238); }

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

background-color css

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

 a { background-color: rgb(220,105,238); }

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

border-color css

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

 span { border-color: rgb(220,105,238); }

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