Html Css Color HEX #DD6CEE Heliotrope

📋 copy color: '#DD6CEE'

red 221 ◦ green 108 ◦ blue 238

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

Shades of Heliotrope #DD6CEE

Tints of Heliotrope #DD6CEE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.05%

 BLUE value IS 238 (93.36% from 255) = 41.98%

R = 38.98%
G = 19.05%
B = 41.98%

CMYK

 C value IS 0.07

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD6CEE (or 0xDD6CEE) is known color: Heliotrope. HEX triplet: DD, 6C and EE. RGB value is (221,108,238). Sum of RGB (Red+Green+Blue) = 221+108+238=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 108 (42.58% from 255 or 19.05% from 567); Blue value is 238 (93.36% from 255 or 41.98% from 567); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD6CEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD6CEE is #229311. Grayscale: #9C9C9C. Windows color (decimal): -2265874 or 15625437. OLE color: 15625437.

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

Color convert

RGB 221 108 238 -
CMYK 0.07 0.55 0 0.07
HSL 292.15º 0.79% 0.68% -
HSV(B) 292.15º 0.55% 0.93% -
XYZ 50.61 32.27 84.45 -
YUV 156.61 173.94 173.93 -
System Red Green Blue C M Y K H S L
Decimal 221 108 238 0.07 0.55 0 0.07 292.15 0.79 0.68
Hex DD 6C EE 7 37 0 7 124 4F 44
Octal 335 154 356 7 67 0 7 444 117 104
Binary 11011101 1101100 11101110 111 110111 0 111 100100100 1001111 1000100

Color Harmonies of #DD6CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6CEE

Black with #DD6CEE

Text Example


Text Example

White with #DD6CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6CEE; }

 p { color: rgb(221,108,238); }

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

background-color css

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

 a { background-color: rgb(221,108,238); }

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

border-color css

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

 span { border-color: rgb(221,108,238); }

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