Html Css Color HEX #DD6BFB Heliotrope

📋 copy color: '#DD6BFB'

red 221 ◦ green 107 ◦ blue 251

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

Shades of Heliotrope #DD6BFB

Tints of Heliotrope #DD6BFB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 18.48%

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

R = 38.17%
G = 18.48%
B = 43.35%

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

#DD6BFB (or 0xDD6BFB) is known color: Heliotrope. HEX triplet: DD, 6B and FB. RGB value is (221,107,251). Sum of RGB (Red+Green+Blue) = 221+107+251=579 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.17% from 579); Green value is 107 (42.19% from 255 or 18.48% from 579); Blue value is 251 (98.44% from 255 or 43.35% from 579); Max value from RGB is 251 - color contains mainly: blue. Hex color #DD6BFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD6BFB is #229404. Grayscale: #9D9D9D. Windows color (decimal): -2266117 or 16477149. OLE color: 16477149.

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

Color convert

RGB 221 107 251 -
CMYK 0.12 0.57 0 0.02
HSL 287.5º 0.95% 0.7% -
HSV(B) 287.5º 0.57% 0.98% -
XYZ 52.49 32.85 94.84 -
YUV 157.5 180.77 173.29 -
System Red Green Blue C M Y K H S L
Decimal 221 107 251 0.12 0.57 0 0.02 287.5 0.95 0.7
Hex DD 6B FB C 39 0 2 120 5F 46
Octal 335 153 373 14 71 0 2 440 137 106
Binary 11011101 1101011 11111011 1100 111001 0 10 100100000 1011111 1000110

Color Harmonies of #DD6BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6BFB

Black with #DD6BFB

Text Example


Text Example

White with #DD6BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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