Html Css Color HEX #DD7FFD Heliotrope

📋 copy color: '#DD7FFD'

red 221 ◦ green 127 ◦ blue 253

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

Shades of Heliotrope #DD7FFD

Tints of Heliotrope #DD7FFD

RGB

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

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

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

R = 36.77%
G = 21.13%
B = 42.1%

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

#DD7FFD (or 0xDD7FFD) is known color: Heliotrope. HEX triplet: DD, 7F and FD. RGB value is (221,127,253). Sum of RGB (Red+Green+Blue) = 221+127+253=601 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.77% from 601); Green value is 127 (50% from 255 or 21.13% from 601); Blue value is 253 (99.22% from 255 or 42.10% from 601); Max value from RGB is 253 - color contains mainly: blue. Hex color #DD7FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD7FFD is #228002. Grayscale: #A9A9A9. Windows color (decimal): -2260995 or 16613341. OLE color: 16613341.

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

Color convert

RGB 221 127 253 -
CMYK 0.13 0.50 0 0.01
HSL 284.76º 0.97% 0.75% -
HSV(B) 284.76º 0.5% 0.99% -
XYZ 55.14 37.64 97.29 -
YUV 169.47 175.14 164.75 -
System Red Green Blue C M Y K H S L
Decimal 221 127 253 0.13 0.50 0 0.01 284.76 0.97 0.75
Hex DD 7F FD D 32 0 1 11D 61 4B
Octal 335 177 375 15 62 0 1 435 141 113
Binary 11011101 1111111 11111101 1101 110010 0 1 100011101 1100001 1001011

Color Harmonies of #DD7FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7FFD

Black with #DD7FFD

Text Example


Text Example

White with #DD7FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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