Html Css Color HEX #DD6BEC Heliotrope

📋 copy color: '#DD6BEC'

red 221 ◦ green 107 ◦ blue 236

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

Shades of Heliotrope #DD6BEC

Tints of Heliotrope #DD6BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.84%

R = 39.18%
G = 18.97%
B = 41.84%

CMYK

 C value IS 0.06

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD6BEC (or 0xDD6BEC) is known color: Heliotrope. HEX triplet: DD, 6B and EC. RGB value is (221,107,236). Sum of RGB (Red+Green+Blue) = 221+107+236=564 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.18% from 564); Green value is 107 (42.19% from 255 or 18.97% from 564); Blue value is 236 (92.58% from 255 or 41.84% from 564); Max value from RGB is 236 - color contains mainly: blue. Hex color #DD6BEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD6BEC is #229413. Grayscale: #9B9B9B. Windows color (decimal): -2266132 or 15494109. OLE color: 15494109.

HSL color Cylindrical-coordinate representation of color #DD6BEC: hue angle of 293.02º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DD6BEC is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 107 236 -
CMYK 0.06 0.55 0 0.07
HSL 293.02º 0.77% 0.67% -
HSV(B) 293.02º 0.55% 0.93% -
XYZ 50.22 31.94 82.88 -
YUV 155.79 173.27 174.51 -
System Red Green Blue C M Y K H S L
Decimal 221 107 236 0.06 0.55 0 0.07 293.02 0.77 0.67
Hex DD 6B EC 6 37 0 7 125 4D 43
Octal 335 153 354 6 67 0 7 445 115 103
Binary 11011101 1101011 11101100 110 110111 0 111 100100101 1001101 1000011

Color Harmonies of #DD6BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6BEC

Black with #DD6BEC

Text Example


Text Example

White with #DD6BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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