Html Css Color HEX #DD6DFB Heliotrope

📋 copy color: '#DD6DFB'

red 221 ◦ green 109 ◦ blue 251

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

Shades of Heliotrope #DD6DFB

Tints of Heliotrope #DD6DFB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 18.76%

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

R = 38.04%
G = 18.76%
B = 43.2%

CMYK

 C value IS 0.12

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD6DFB (or 0xDD6DFB) is known color: Heliotrope. HEX triplet: DD, 6D and FB. RGB value is (221,109,251). Sum of RGB (Red+Green+Blue) = 221+109+251=581 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.04% from 581); Green value is 109 (42.97% from 255 or 18.76% from 581); Blue value is 251 (98.44% from 255 or 43.20% from 581); Max value from RGB is 251 - color contains mainly: blue. Hex color #DD6DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD6DFB is #229204. Grayscale: #9E9E9E. Windows color (decimal): -2265605 or 16477661. OLE color: 16477661.

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

Color convert

RGB 221 109 251 -
CMYK 0.12 0.57 0 0.02
HSL 287.32º 0.95% 0.71% -
HSV(B) 287.32º 0.57% 0.98% -
XYZ 52.7 33.27 94.91 -
YUV 158.68 180.11 172.45 -
System Red Green Blue C M Y K H S L
Decimal 221 109 251 0.12 0.57 0 0.02 287.32 0.95 0.71
Hex DD 6D FB C 39 0 2 11F 5F 47
Octal 335 155 373 14 71 0 2 437 137 107
Binary 11011101 1101101 11111011 1100 111001 0 10 100011111 1011111 1000111

Color Harmonies of #DD6DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6DFB

Black with #DD6DFB

Text Example


Text Example

White with #DD6DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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