Html Css Color HEX #DD7DFA Heliotrope

📋 copy color: '#DD7DFA'

red 221 ◦ green 125 ◦ blue 250

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

Shades of Heliotrope #DD7DFA

Tints of Heliotrope #DD7DFA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 20.97%

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

R = 37.08%
G = 20.97%
B = 41.95%

CMYK

 C value IS 0.12

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD7DFA (or 0xDD7DFA) is known color: Heliotrope. HEX triplet: DD, 7D and FA. RGB value is (221,125,250). Sum of RGB (Red+Green+Blue) = 221+125+250=596 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.08% from 596); Green value is 125 (49.22% from 255 or 20.97% from 596); Blue value is 250 (98.05% from 255 or 41.95% from 596); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD7DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD7DFA is #228205. Grayscale: #A7A7A7. Windows color (decimal): -2261510 or 16416221. OLE color: 16416221.

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

Color convert

RGB 221 125 250 -
CMYK 0.12 0.50 0 0.02
HSL 286.08º 0.93% 0.74% -
HSV(B) 286.08º 0.5% 0.98% -
XYZ 54.41 36.94 94.71 -
YUV 167.95 174.3 165.84 -
System Red Green Blue C M Y K H S L
Decimal 221 125 250 0.12 0.50 0 0.02 286.08 0.93 0.74
Hex DD 7D FA C 32 0 2 11E 5D 4A
Octal 335 175 372 14 62 0 2 436 135 112
Binary 11011101 1111101 11111010 1100 110010 0 10 100011110 1011101 1001010

Color Harmonies of #DD7DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7DFA

Black with #DD7DFA

Text Example


Text Example

White with #DD7DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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