Html Css Color HEX #DD7DFE Heliotrope

📋 copy color: '#DD7DFE'

red 221 ◦ green 125 ◦ blue 254

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

Shades of Heliotrope #DD7DFE

Tints of Heliotrope #DD7DFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 42.33%

R = 36.83%
G = 20.83%
B = 42.33%

CMYK

 C value IS 0.13

 M value IS 0.51

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DD7DFE (or 0xDD7DFE) is known color: Heliotrope. HEX triplet: DD, 7D and FE. RGB value is (221,125,254). Sum of RGB (Red+Green+Blue) = 221+125+254=600 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.83% from 600); Green value is 125 (49.22% from 255 or 20.83% from 600); Blue value is 254 (99.61% from 255 or 42.33% from 600); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD7DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD7DFE is #228201. Grayscale: #A7A7A7. Windows color (decimal): -2261506 or 16678365. OLE color: 16678365.

HSL color Cylindrical-coordinate representation of color #DD7DFE: hue angle of 284.65º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DD7DFE is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 221 125 254 -
CMYK 0.13 0.51 0 0.00
HSL 284.65º 0.98% 0.74% -
HSV(B) 284.65º 0.51% 1% -
XYZ 55.04 37.2 98.04 -
YUV 168.41 176.3 165.51 -
System Red Green Blue C M Y K H S L
Decimal 221 125 254 0.13 0.51 0 0.00 284.65 0.98 0.74
Hex DD 7D FE D 33 0 0 11D 62 4A
Octal 335 175 376 15 63 0 0 435 142 112
Binary 11011101 1111101 11111110 1101 110011 0 0 100011101 1100010 1001010

Color Harmonies of #DD7DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7DFE

Black with #DD7DFE

Text Example


Text Example

White with #DD7DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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