Html Css Color HEX #DD6BFE Heliotrope

📋 copy color: '#DD6BFE'

red 221 ◦ green 107 ◦ blue 254

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

Shades of Heliotrope #DD6BFE

Tints of Heliotrope #DD6BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.64%

R = 37.97%
G = 18.38%
B = 43.64%

CMYK

 C value IS 0.13

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DD6BFE (or 0xDD6BFE) is known color: Heliotrope. HEX triplet: DD, 6B and FE. RGB value is (221,107,254). Sum of RGB (Red+Green+Blue) = 221+107+254=582 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.97% from 582); Green value is 107 (42.19% from 255 or 18.38% from 582); Blue value is 254 (99.61% from 255 or 43.64% from 582); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD6BFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD6BFE is #229401. Grayscale: #9D9D9D. Windows color (decimal): -2266114 or 16673757. OLE color: 16673757.

HSL color Cylindrical-coordinate representation of color #DD6BFE: hue angle of 286.53º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DD6BFE is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 221 107 254 -
CMYK 0.13 0.58 0 0.00
HSL 286.53º 0.99% 0.71% -
HSV(B) 286.53º 0.58% 1% -
XYZ 52.97 33.04 97.35 -
YUV 157.84 182.27 173.05 -
System Red Green Blue C M Y K H S L
Decimal 221 107 254 0.13 0.58 0 0.00 286.53 0.99 0.71
Hex DD 6B FE D 3A 0 0 11F 63 47
Octal 335 153 376 15 72 0 0 437 143 107
Binary 11011101 1101011 11111110 1101 111010 0 0 100011111 1100011 1000111

Color Harmonies of #DD6BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6BFE

Black with #DD6BFE

Text Example


Text Example

White with #DD6BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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