Html Css Color HEX #DD7EFD Heliotrope

📋 copy color: '#DD7EFD'

red 221 ◦ green 126 ◦ blue 253

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

Shades of Heliotrope #DD7EFD

Tints of Heliotrope #DD7EFD

RGB

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

 GREEN value IS 126 (49.61% from 255) = 21%

 BLUE value IS 253 (99.22% from 255) = 42.17%

R = 36.83%
G = 21%
B = 42.17%

CMYK

 C value IS 0.13

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DD7EFD (or 0xDD7EFD) is known color: Heliotrope. HEX triplet: DD, 7E and FD. RGB value is (221,126,253). Sum of RGB (Red+Green+Blue) = 221+126+253=600 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.83% from 600); Green value is 126 (49.61% from 255 or 21% from 600); Blue value is 253 (99.22% from 255 or 42.17% from 600); Max value from RGB is 253 - color contains mainly: blue. Hex color #DD7EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD7EFD is #228102. Grayscale: #A8A8A8. Windows color (decimal): -2261251 or 16613085. OLE color: 16613085.

HSL color Cylindrical-coordinate representation of color #DD7EFD: hue angle of 284.88º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD7EFD is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 221 126 253 -
CMYK 0.13 0.50 0 0.01
HSL 284.88º 0.97% 0.74% -
HSV(B) 284.88º 0.5% 0.99% -
XYZ 55.01 37.39 97.25 -
YUV 168.88 175.47 165.17 -
System Red Green Blue C M Y K H S L
Decimal 221 126 253 0.13 0.50 0 0.01 284.88 0.97 0.74
Hex DD 7E FD D 32 0 1 11D 61 4A
Octal 335 176 375 15 62 0 1 435 141 112
Binary 11011101 1111110 11111101 1101 110010 0 1 100011101 1100001 1001010

Color Harmonies of #DD7EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7EFD

Black with #DD7EFD

Text Example


Text Example

White with #DD7EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7EFD; }

 p { color: rgb(221,126,253); }

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

background-color css

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

 a { background-color: rgb(221,126,253); }

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

border-color css

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

 span { border-color: rgb(221,126,253); }

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