Html Css Color HEX #DD72F2 Heliotrope

📋 copy color: '#DD72F2'

red 221 ◦ green 114 ◦ blue 242

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

Shades of Heliotrope #DD72F2

Tints of Heliotrope #DD72F2

RGB

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

 GREEN value IS 114 (44.92% from 255) = 19.76%

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

R = 38.3%
G = 19.76%
B = 41.94%

CMYK

 C value IS 0.09

 M value IS 0.53

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DD72F2 (or 0xDD72F2) is known color: Heliotrope. HEX triplet: DD, 72 and F2. RGB value is (221,114,242). Sum of RGB (Red+Green+Blue) = 221+114+242=577 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.30% from 577); Green value is 114 (44.92% from 255 or 19.76% from 577); Blue value is 242 (94.92% from 255 or 41.94% from 577); Max value from RGB is 242 - color contains mainly: blue. Hex color #DD72F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD72F2 is #228D0D. Grayscale: #A0A0A0. Windows color (decimal): -2264334 or 15889117. OLE color: 15889117.

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

Color convert

RGB 221 114 242 -
CMYK 0.09 0.53 0 0.05
HSL 290.16º 0.83% 0.7% -
HSV(B) 290.16º 0.53% 0.95% -
XYZ 51.86 33.82 87.8 -
YUV 160.59 173.95 171.09 -
System Red Green Blue C M Y K H S L
Decimal 221 114 242 0.09 0.53 0 0.05 290.16 0.83 0.7
Hex DD 72 F2 9 35 0 5 122 53 46
Octal 335 162 362 11 65 0 5 442 123 106
Binary 11011101 1110010 11110010 1001 110101 0 101 100100010 1010011 1000110

Color Harmonies of #DD72F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD72F2

Black with #DD72F2

Text Example


Text Example

White with #DD72F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD72F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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