Html Css Color HEX #DD7CF2 Heliotrope

📋 copy color: '#DD7CF2'

red 221 ◦ green 124 ◦ blue 242

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

Shades of Heliotrope #DD7CF2

Tints of Heliotrope #DD7CF2

RGB

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

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

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

R = 37.65%
G = 21.12%
B = 41.23%

CMYK

 C value IS 0.09

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DD7CF2 (or 0xDD7CF2) is known color: Heliotrope. HEX triplet: DD, 7C and F2. RGB value is (221,124,242). Sum of RGB (Red+Green+Blue) = 221+124+242=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 124 (48.83% from 255 or 21.12% from 587); Blue value is 242 (94.92% from 255 or 41.23% from 587); Max value from RGB is 242 - color contains mainly: blue. Hex color #DD7CF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD7CF2 is #22830D. Grayscale: #A6A6A6. Windows color (decimal): -2261774 or 15891677. OLE color: 15891677.

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

Color convert

RGB 221 124 242 -
CMYK 0.09 0.49 0 0.05
HSL 289.32º 0.82% 0.72% -
HSV(B) 289.32º 0.49% 0.95% -
XYZ 53.05 36.2 88.2 -
YUV 166.46 170.64 166.91 -
System Red Green Blue C M Y K H S L
Decimal 221 124 242 0.09 0.49 0 0.05 289.32 0.82 0.72
Hex DD 7C F2 9 31 0 5 121 52 48
Octal 335 174 362 11 61 0 5 441 122 110
Binary 11011101 1111100 11110010 1001 110001 0 101 100100001 1010010 1001000

Color Harmonies of #DD7CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7CF2

Black with #DD7CF2

Text Example


Text Example

White with #DD7CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7CF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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