Html Css Color HEX #DD72FA Heliotrope

📋 copy color: '#DD72FA'

red 221 ◦ green 114 ◦ blue 250

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

Shades of Heliotrope #DD72FA

Tints of Heliotrope #DD72FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 42.74%

R = 37.78%
G = 19.49%
B = 42.74%

CMYK

 C value IS 0.12

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD72FA (or 0xDD72FA) is known color: Heliotrope. HEX triplet: DD, 72 and FA. RGB value is (221,114,250). Sum of RGB (Red+Green+Blue) = 221+114+250=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 114 (44.92% from 255 or 19.49% from 585); Blue value is 250 (98.05% from 255 or 42.74% from 585); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD72FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD72FA is #228D05. Grayscale: #A1A1A1. Windows color (decimal): -2264326 or 16413405. OLE color: 16413405.

HSL color Cylindrical-coordinate representation of color #DD72FA: hue angle of 287.21º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DD72FA is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 114 250 -
CMYK 0.12 0.54 0 0.02
HSL 287.21º 0.93% 0.71% -
HSV(B) 287.21º 0.54% 0.98% -
XYZ 53.09 34.31 94.27 -
YUV 161.5 177.95 170.44 -
System Red Green Blue C M Y K H S L
Decimal 221 114 250 0.12 0.54 0 0.02 287.21 0.93 0.71
Hex DD 72 FA C 36 0 2 11F 5D 47
Octal 335 162 372 14 66 0 2 437 135 107
Binary 11011101 1110010 11111010 1100 110110 0 10 100011111 1011101 1000111

Color Harmonies of #DD72FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD72FA

Black with #DD72FA

Text Example


Text Example

White with #DD72FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD72FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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