Html Css Color HEX #DD73FB Heliotrope

📋 copy color: '#DD73FB'

red 221 ◦ green 115 ◦ blue 251

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

Shades of Heliotrope #DD73FB

Tints of Heliotrope #DD73FB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 19.59%

 BLUE value IS 251 (98.44% from 255) = 42.76%

R = 37.65%
G = 19.59%
B = 42.76%

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

#DD73FB (or 0xDD73FB) is known color: Heliotrope. HEX triplet: DD, 73 and FB. RGB value is (221,115,251). Sum of RGB (Red+Green+Blue) = 221+115+251=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 115 (45.31% from 255 or 19.59% from 587); Blue value is 251 (98.44% from 255 or 42.76% from 587); Max value from RGB is 251 - color contains mainly: blue. Hex color #DD73FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD73FB is #228C04. Grayscale: #A1A1A1. Windows color (decimal): -2264069 or 16479197. OLE color: 16479197.

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

Color convert

RGB 221 115 251 -
CMYK 0.12 0.54 0 0.02
HSL 286.76º 0.94% 0.72% -
HSV(B) 286.76º 0.54% 0.98% -
XYZ 53.36 34.6 95.13 -
YUV 162.2 178.12 169.94 -
System Red Green Blue C M Y K H S L
Decimal 221 115 251 0.12 0.54 0 0.02 286.76 0.94 0.72
Hex DD 73 FB C 36 0 2 11F 5E 48
Octal 335 163 373 14 66 0 2 437 136 110
Binary 11011101 1110011 11111011 1100 110110 0 10 100011111 1011110 1001000

Color Harmonies of #DD73FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD73FB

Black with #DD73FB

Text Example


Text Example

White with #DD73FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD73FB; }

 p { color: rgb(221,115,251); }

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

background-color css

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

 a { background-color: rgb(221,115,251); }

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

border-color css

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

 span { border-color: rgb(221,115,251); }

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