Html Css Color HEX #DD7CFC Heliotrope

📋 copy color: '#DD7CFC'

red 221 ◦ green 124 ◦ blue 252

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

Shades of Heliotrope #DD7CFC

Tints of Heliotrope #DD7CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42.21%

R = 37.02%
G = 20.77%
B = 42.21%

CMYK

 C value IS 0.12

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DD7CFC (or 0xDD7CFC) is known color: Heliotrope. HEX triplet: DD, 7C and FC. RGB value is (221,124,252). Sum of RGB (Red+Green+Blue) = 221+124+252=597 (79% of max value = 765). Red value is 221 (86.72% from 255 or 37.02% from 597); Green value is 124 (48.83% from 255 or 20.77% from 597); Blue value is 252 (98.83% from 255 or 42.21% from 597); Max value from RGB is 252 - color contains mainly: blue. Hex color #DD7CFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD7CFC is #228303. Grayscale: #A7A7A7. Windows color (decimal): -2261764 or 16547037. OLE color: 16547037.

HSL color Cylindrical-coordinate representation of color #DD7CFC: hue angle of 285.47º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DD7CFC is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 221 124 252 -
CMYK 0.12 0.51 0 0.01
HSL 285.47º 0.96% 0.74% -
HSV(B) 285.47º 0.51% 0.99% -
XYZ 54.6 36.82 96.32 -
YUV 167.6 175.64 166.09 -
System Red Green Blue C M Y K H S L
Decimal 221 124 252 0.12 0.51 0 0.01 285.47 0.96 0.74
Hex DD 7C FC C 33 0 1 11D 60 4A
Octal 335 174 374 14 63 0 1 435 140 112
Binary 11011101 1111100 11111100 1100 110011 0 1 100011101 1100000 1001010

Color Harmonies of #DD7CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7CFC

Black with #DD7CFC

Text Example


Text Example

White with #DD7CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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