Html Css Color HEX #DD6CFA Heliotrope

📋 copy color: '#DD6CFA'

red 221 ◦ green 108 ◦ blue 250

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

Shades of Heliotrope #DD6CFA

Tints of Heliotrope #DD6CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.18%

R = 38.17%
G = 18.65%
B = 43.18%

CMYK

 C value IS 0.12

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD6CFA (or 0xDD6CFA) is known color: Heliotrope. HEX triplet: DD, 6C and FA. RGB value is (221,108,250). Sum of RGB (Red+Green+Blue) = 221+108+250=579 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.17% from 579); Green value is 108 (42.58% from 255 or 18.65% from 579); Blue value is 250 (98.05% from 255 or 43.18% from 579); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD6CFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD6CFA is #229305. Grayscale: #9D9D9D. Windows color (decimal): -2265862 or 16411869. OLE color: 16411869.

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

Color convert

RGB 221 108 250 -
CMYK 0.12 0.57 0 0.02
HSL 287.75º 0.93% 0.7% -
HSV(B) 287.75º 0.57% 0.98% -
XYZ 52.44 33 94.05 -
YUV 157.98 179.94 172.95 -
System Red Green Blue C M Y K H S L
Decimal 221 108 250 0.12 0.57 0 0.02 287.75 0.93 0.7
Hex DD 6C FA C 39 0 2 120 5D 46
Octal 335 154 372 14 71 0 2 440 135 106
Binary 11011101 1101100 11111010 1100 111001 0 10 100100000 1011101 1000110

Color Harmonies of #DD6CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6CFA

Black with #DD6CFA

Text Example


Text Example

White with #DD6CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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