Html Css Color HEX #DD6CFC Heliotrope

📋 copy color: '#DD6CFC'

red 221 ◦ green 108 ◦ blue 252

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

Shades of Heliotrope #DD6CFC

Tints of Heliotrope #DD6CFC

RGB

 RED value IS 221 (86.72% from 255) = 38.04%

 GREEN value IS 108 (42.58% from 255) = 18.59%

 BLUE value IS 252 (98.83% from 255) = 43.37%

R = 38.04%
G = 18.59%
B = 43.37%

CMYK

 C value IS 0.12

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DD6CFC (or 0xDD6CFC) is known color: Heliotrope. HEX triplet: DD, 6C and FC. RGB value is (221,108,252). Sum of RGB (Red+Green+Blue) = 221+108+252=581 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.04% from 581); Green value is 108 (42.58% from 255 or 18.59% from 581); Blue value is 252 (98.83% from 255 or 43.37% from 581); Max value from RGB is 252 - color contains mainly: blue. Hex color #DD6CFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD6CFC is #229303. Grayscale: #9D9D9D. Windows color (decimal): -2265860 or 16542941. OLE color: 16542941.

HSL color Cylindrical-coordinate representation of color #DD6CFC: hue angle of 287.08º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD6CFC is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 221 108 252 -
CMYK 0.12 0.57 0 0.01
HSL 287.08º 0.96% 0.71% -
HSV(B) 287.08º 0.57% 0.99% -
XYZ 52.75 33.13 95.71 -
YUV 158.2 180.94 172.79 -
System Red Green Blue C M Y K H S L
Decimal 221 108 252 0.12 0.57 0 0.01 287.08 0.96 0.71
Hex DD 6C FC C 39 0 1 11F 60 47
Octal 335 154 374 14 71 0 1 437 140 107
Binary 11011101 1101100 11111100 1100 111001 0 1 100011111 1100000 1000111

Color Harmonies of #DD6CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6CFC

Black with #DD6CFC

Text Example


Text Example

White with #DD6CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6CFC; }

 p { color: rgb(221,108,252); }

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

background-color css

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

 a { background-color: rgb(221,108,252); }

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

border-color css

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

 span { border-color: rgb(221,108,252); }

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