Html Css Color HEX #DD7BEE Heliotrope

📋 copy color: '#DD7BEE'

red 221 ◦ green 123 ◦ blue 238

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

Shades of Heliotrope #DD7BEE

Tints of Heliotrope #DD7BEE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 21.13%

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

R = 37.97%
G = 21.13%
B = 40.89%

CMYK

 C value IS 0.07

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD7BEE (or 0xDD7BEE) is known color: Heliotrope. HEX triplet: DD, 7B and EE. RGB value is (221,123,238). Sum of RGB (Red+Green+Blue) = 221+123+238=582 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.97% from 582); Green value is 123 (48.44% from 255 or 21.13% from 582); Blue value is 238 (93.36% from 255 or 40.89% from 582); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD7BEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD7BEE is #228411. Grayscale: #A5A5A5. Windows color (decimal): -2262034 or 15629277. OLE color: 15629277.

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

Color convert

RGB 221 123 238 -
CMYK 0.07 0.48 0 0.07
HSL 291.13º 0.77% 0.71% -
HSV(B) 291.13º 0.48% 0.93% -
XYZ 52.33 35.71 85.02 -
YUV 165.41 168.97 167.65 -
System Red Green Blue C M Y K H S L
Decimal 221 123 238 0.07 0.48 0 0.07 291.13 0.77 0.71
Hex DD 7B EE 7 30 0 7 123 4D 47
Octal 335 173 356 7 60 0 7 443 115 107
Binary 11011101 1111011 11101110 111 110000 0 111 100100011 1001101 1000111

Color Harmonies of #DD7BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7BEE

Black with #DD7BEE

Text Example


Text Example

White with #DD7BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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