Html Css Color HEX #DD7DFC Heliotrope

📋 copy color: '#DD7DFC'

red 221 ◦ green 125 ◦ blue 252

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

Shades of Heliotrope #DD7DFC

Tints of Heliotrope #DD7DFC

RGB

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

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

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

R = 36.96%
G = 20.9%
B = 42.14%

CMYK

 C value IS 0.12

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DD7DFC (or 0xDD7DFC) is known color: Heliotrope. HEX triplet: DD, 7D and FC. RGB value is (221,125,252). Sum of RGB (Red+Green+Blue) = 221+125+252=598 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.96% from 598); Green value is 125 (49.22% from 255 or 20.90% from 598); Blue value is 252 (98.83% from 255 or 42.14% from 598); Max value from RGB is 252 - color contains mainly: blue. Hex color #DD7DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD7DFC is #228203. Grayscale: #A7A7A7. Windows color (decimal): -2261508 or 16547293. OLE color: 16547293.

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

Color convert

RGB 221 125 252 -
CMYK 0.12 0.50 0 0.01
HSL 285.35º 0.95% 0.74% -
HSV(B) 285.35º 0.5% 0.99% -
XYZ 54.72 37.07 96.37 -
YUV 168.18 175.3 165.67 -
System Red Green Blue C M Y K H S L
Decimal 221 125 252 0.12 0.50 0 0.01 285.35 0.95 0.74
Hex DD 7D FC C 32 0 1 11D 5F 4A
Octal 335 175 374 14 62 0 1 435 137 112
Binary 11011101 1111101 11111100 1100 110010 0 1 100011101 1011111 1001010

Color Harmonies of #DD7DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7DFC

Black with #DD7DFC

Text Example


Text Example

White with #DD7DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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