Html Css Color HEX #DD6FFB Heliotrope

📋 copy color: '#DD6FFB'

red 221 ◦ green 111 ◦ blue 251

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

Shades of Heliotrope #DD6FFB

Tints of Heliotrope #DD6FFB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.04%

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

R = 37.91%
G = 19.04%
B = 43.05%

CMYK

 C value IS 0.12

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD6FFB (or 0xDD6FFB) is known color: Heliotrope. HEX triplet: DD, 6F and FB. RGB value is (221,111,251). Sum of RGB (Red+Green+Blue) = 221+111+251=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 111 (43.75% from 255 or 19.04% from 583); Blue value is 251 (98.44% from 255 or 43.05% from 583); Max value from RGB is 251 - color contains mainly: blue. Hex color #DD6FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD6FFB is #229004. Grayscale: #9F9F9F. Windows color (decimal): -2265093 or 16478173. OLE color: 16478173.

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

Color convert

RGB 221 111 251 -
CMYK 0.12 0.56 0 0.02
HSL 287.14º 0.95% 0.71% -
HSV(B) 287.14º 0.56% 0.98% -
XYZ 52.92 33.71 94.98 -
YUV 159.85 179.44 171.62 -
System Red Green Blue C M Y K H S L
Decimal 221 111 251 0.12 0.56 0 0.02 287.14 0.95 0.71
Hex DD 6F FB C 38 0 2 11F 5F 47
Octal 335 157 373 14 70 0 2 437 137 107
Binary 11011101 1101111 11111011 1100 111000 0 10 100011111 1011111 1000111

Color Harmonies of #DD6FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6FFB

Black with #DD6FFB

Text Example


Text Example

White with #DD6FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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