Html Css Color HEX #DD7CFE Heliotrope

📋 copy color: '#DD7CFE'

red 221 ◦ green 124 ◦ blue 254

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

Shades of Heliotrope #DD7CFE

Tints of Heliotrope #DD7CFE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 20.7%

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

R = 36.89%
G = 20.7%
B = 42.4%

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

#DD7CFE (or 0xDD7CFE) is known color: Heliotrope. HEX triplet: DD, 7C and FE. RGB value is (221,124,254). Sum of RGB (Red+Green+Blue) = 221+124+254=599 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.89% from 599); Green value is 124 (48.83% from 255 or 20.70% from 599); Blue value is 254 (99.61% from 255 or 42.40% from 599); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD7CFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD7CFE is #228301. Grayscale: #A7A7A7. Windows color (decimal): -2261762 or 16678109. OLE color: 16678109.

HSL color Cylindrical-coordinate representation of color #DD7CFE: hue angle of 284.77º 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 #DD7CFE is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 221 124 254 -
CMYK 0.13 0.51 0 0.00
HSL 284.77º 0.98% 0.74% -
HSV(B) 284.77º 0.51% 1% -
XYZ 54.92 36.94 98 -
YUV 167.82 176.64 165.93 -
System Red Green Blue C M Y K H S L
Decimal 221 124 254 0.13 0.51 0 0.00 284.77 0.98 0.74
Hex DD 7C FE D 33 0 0 11D 62 4A
Octal 335 174 376 15 63 0 0 435 142 112
Binary 11011101 1111100 11111110 1101 110011 0 0 100011101 1100010 1001010

Color Harmonies of #DD7CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7CFE

Black with #DD7CFE

Text Example


Text Example

White with #DD7CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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