Html Css Color HEX #DD72FE Heliotrope

📋 copy color: '#DD72FE'

red 221 ◦ green 114 ◦ blue 254

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

Shades of Heliotrope #DD72FE

Tints of Heliotrope #DD72FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.12%

R = 37.52%
G = 19.35%
B = 43.12%

CMYK

 C value IS 0.13

 M value IS 0.55

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DD72FE (or 0xDD72FE) is known color: Heliotrope. HEX triplet: DD, 72 and FE. RGB value is (221,114,254). Sum of RGB (Red+Green+Blue) = 221+114+254=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 114 (44.92% from 255 or 19.35% from 589); Blue value is 254 (99.61% from 255 or 43.12% from 589); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD72FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD72FE is #228D01. Grayscale: #A1A1A1. Windows color (decimal): -2264322 or 16675549. OLE color: 16675549.

HSL color Cylindrical-coordinate representation of color #DD72FE: hue angle of 285.86º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DD72FE is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 221 114 254 -
CMYK 0.13 0.55 0 0.00
HSL 285.86º 0.99% 0.72% -
HSV(B) 285.86º 0.55% 1% -
XYZ 53.73 34.56 97.61 -
YUV 161.95 179.95 170.12 -
System Red Green Blue C M Y K H S L
Decimal 221 114 254 0.13 0.55 0 0.00 285.86 0.99 0.72
Hex DD 72 FE D 37 0 0 11E 63 48
Octal 335 162 376 15 67 0 0 436 143 110
Binary 11011101 1110010 11111110 1101 110111 0 0 100011110 1100011 1001000

Color Harmonies of #DD72FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD72FE

Black with #DD72FE

Text Example


Text Example

White with #DD72FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD72FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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