Html Css Color HEX #DD79F2 Heliotrope

📋 copy color: '#DD79F2'

red 221 ◦ green 121 ◦ blue 242

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

Shades of Heliotrope #DD79F2

Tints of Heliotrope #DD79F2

RGB

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

 GREEN value IS 121 (47.66% from 255) = 20.72%

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

R = 37.84%
G = 20.72%
B = 41.44%

CMYK

 C value IS 0.09

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DD79F2 (or 0xDD79F2) is known color: Heliotrope. HEX triplet: DD, 79 and F2. RGB value is (221,121,242). Sum of RGB (Red+Green+Blue) = 221+121+242=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 121 (47.66% from 255 or 20.72% from 584); Blue value is 242 (94.92% from 255 or 41.44% from 584); Max value from RGB is 242 - color contains mainly: blue. Hex color #DD79F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD79F2 is #22860D. Grayscale: #A4A4A4. Windows color (decimal): -2262542 or 15890909. OLE color: 15890909.

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

Color convert

RGB 221 121 242 -
CMYK 0.09 0.50 0 0.05
HSL 289.59º 0.82% 0.71% -
HSV(B) 289.59º 0.5% 0.95% -
XYZ 52.68 35.46 88.07 -
YUV 164.69 171.63 168.16 -
System Red Green Blue C M Y K H S L
Decimal 221 121 242 0.09 0.50 0 0.05 289.59 0.82 0.71
Hex DD 79 F2 9 32 0 5 122 52 47
Octal 335 171 362 11 62 0 5 442 122 107
Binary 11011101 1111001 11110010 1001 110010 0 101 100100010 1010010 1000111

Color Harmonies of #DD79F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD79F2

Black with #DD79F2

Text Example


Text Example

White with #DD79F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD79F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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