Html Css Color HEX #DD7FEF Heliotrope

📋 copy color: '#DD7FEF'

red 221 ◦ green 127 ◦ blue 239

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

Shades of Heliotrope #DD7FEF

Tints of Heliotrope #DD7FEF

RGB

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

 GREEN value IS 127 (50% from 255) = 21.64%

 BLUE value IS 239 (93.75% from 255) = 40.72%

R = 37.65%
G = 21.64%
B = 40.72%

CMYK

 C value IS 0.08

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DD7FEF (or 0xDD7FEF) is known color: Heliotrope. HEX triplet: DD, 7F and EF. RGB value is (221,127,239). Sum of RGB (Red+Green+Blue) = 221+127+239=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 127 (50% from 255 or 21.64% from 587); Blue value is 239 (93.75% from 255 or 40.72% from 587); Max value from RGB is 239 - color contains mainly: blue. Hex color #DD7FEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD7FEF is #228010. Grayscale: #A7A7A7. Windows color (decimal): -2261009 or 15695837. OLE color: 15695837.

HSL color Cylindrical-coordinate representation of color #DD7FEF: hue angle of 290.36º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD7FEF is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 221 127 239 -
CMYK 0.08 0.47 0 0.06
HSL 290.36º 0.78% 0.72% -
HSV(B) 290.36º 0.47% 0.94% -
XYZ 52.99 36.78 85.97 -
YUV 167.87 168.14 165.89 -
System Red Green Blue C M Y K H S L
Decimal 221 127 239 0.08 0.47 0 0.06 290.36 0.78 0.72
Hex DD 7F EF 8 2F 0 6 122 4E 48
Octal 335 177 357 10 57 0 6 442 116 110
Binary 11011101 1111111 11101111 1000 101111 0 110 100100010 1001110 1001000

Color Harmonies of #DD7FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7FEF

Black with #DD7FEF

Text Example


Text Example

White with #DD7FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7FEF; }

 p { color: rgb(221,127,239); }

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

background-color css

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

 a { background-color: rgb(221,127,239); }

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

border-color css

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

 span { border-color: rgb(221,127,239); }

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