Html Css Color HEX #DD6BFA Heliotrope

📋 copy color: '#DD6BFA'

red 221 ◦ green 107 ◦ blue 250

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

Shades of Heliotrope #DD6BFA

Tints of Heliotrope #DD6BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.25%

R = 38.24%
G = 18.51%
B = 43.25%

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

#DD6BFA (or 0xDD6BFA) is known color: Heliotrope. HEX triplet: DD, 6B and FA. RGB value is (221,107,250). Sum of RGB (Red+Green+Blue) = 221+107+250=578 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.24% from 578); Green value is 107 (42.19% from 255 or 18.51% from 578); Blue value is 250 (98.05% from 255 or 43.25% from 578); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD6BFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD6BFA is #229405. Grayscale: #9C9C9C. Windows color (decimal): -2266118 or 16411613. OLE color: 16411613.

HSL color Cylindrical-coordinate representation of color #DD6BFA: hue angle of 287.83º degrees, saturation: 0.93, 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 #DD6BFA is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 107 250 -
CMYK 0.12 0.57 0 0.02
HSL 287.83º 0.93% 0.7% -
HSV(B) 287.83º 0.57% 0.98% -
XYZ 52.33 32.79 94.01 -
YUV 157.39 180.27 173.37 -
System Red Green Blue C M Y K H S L
Decimal 221 107 250 0.12 0.57 0 0.02 287.83 0.93 0.7
Hex DD 6B FA C 39 0 2 120 5D 46
Octal 335 153 372 14 71 0 2 440 135 106
Binary 11011101 1101011 11111010 1100 111001 0 10 100100000 1011101 1000110

Color Harmonies of #DD6BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6BFA

Black with #DD6BFA

Text Example


Text Example

White with #DD6BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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