Html Css Color HEX #DD7DEE Heliotrope

📋 copy color: '#DD7DEE'

red 221 ◦ green 125 ◦ blue 238

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

Shades of Heliotrope #DD7DEE

Tints of Heliotrope #DD7DEE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 21.4%

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

R = 37.84%
G = 21.4%
B = 40.75%

CMYK

 C value IS 0.07

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD7DEE (or 0xDD7DEE) is known color: Heliotrope. HEX triplet: DD, 7D and EE. RGB value is (221,125,238). Sum of RGB (Red+Green+Blue) = 221+125+238=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 125 (49.22% from 255 or 21.40% from 584); Blue value is 238 (93.36% from 255 or 40.75% from 584); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD7DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD7DEE is #228211. Grayscale: #A6A6A6. Windows color (decimal): -2261522 or 15629789. OLE color: 15629789.

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

Color convert

RGB 221 125 238 -
CMYK 0.07 0.47 0 0.07
HSL 290.97º 0.77% 0.71% -
HSV(B) 290.97º 0.47% 0.93% -
XYZ 52.59 36.21 85.11 -
YUV 166.59 168.3 166.81 -
System Red Green Blue C M Y K H S L
Decimal 221 125 238 0.07 0.47 0 0.07 290.97 0.77 0.71
Hex DD 7D EE 7 2F 0 7 123 4D 47
Octal 335 175 356 7 57 0 7 443 115 107
Binary 11011101 1111101 11101110 111 101111 0 111 100100011 1001101 1000111

Color Harmonies of #DD7DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7DEE

Black with #DD7DEE

Text Example


Text Example

White with #DD7DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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