Html Css Color HEX #DD7DF2 Heliotrope

📋 copy color: '#DD7DF2'

red 221 ◦ green 125 ◦ blue 242

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

Shades of Heliotrope #DD7DF2

Tints of Heliotrope #DD7DF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 41.16%

R = 37.59%
G = 21.26%
B = 41.16%

CMYK

 C value IS 0.09

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DD7DF2 (or 0xDD7DF2) is known color: Heliotrope. HEX triplet: DD, 7D and F2. RGB value is (221,125,242). Sum of RGB (Red+Green+Blue) = 221+125+242=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 125 (49.22% from 255 or 21.26% from 588); Blue value is 242 (94.92% from 255 or 41.16% from 588); Max value from RGB is 242 - color contains mainly: blue. Hex color #DD7DF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD7DF2 is #22820D. Grayscale: #A6A6A6. Windows color (decimal): -2261518 or 15891933. OLE color: 15891933.

HSL color Cylindrical-coordinate representation of color #DD7DF2: hue angle of 289.23º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DD7DF2 is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 125 242 -
CMYK 0.09 0.48 0 0.05
HSL 289.23º 0.82% 0.72% -
HSV(B) 289.23º 0.48% 0.95% -
XYZ 53.18 36.45 88.24 -
YUV 167.04 170.3 166.49 -
System Red Green Blue C M Y K H S L
Decimal 221 125 242 0.09 0.48 0 0.05 289.23 0.82 0.72
Hex DD 7D F2 9 30 0 5 121 52 48
Octal 335 175 362 11 60 0 5 441 122 110
Binary 11011101 1111101 11110010 1001 110000 0 101 100100001 1010010 1001000

Color Harmonies of #DD7DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7DF2

Black with #DD7DF2

Text Example


Text Example

White with #DD7DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7DF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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