Html Css Color HEX #DD7BED Heliotrope

📋 copy color: '#DD7BED'

red 221 ◦ green 123 ◦ blue 237

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

Shades of Heliotrope #DD7BED

Tints of Heliotrope #DD7BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.79%

R = 38.04%
G = 21.17%
B = 40.79%

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

#DD7BED (or 0xDD7BED) is known color: Heliotrope. HEX triplet: DD, 7B and ED. RGB value is (221,123,237). Sum of RGB (Red+Green+Blue) = 221+123+237=581 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.04% from 581); Green value is 123 (48.44% from 255 or 21.17% from 581); Blue value is 237 (92.97% from 255 or 40.79% from 581); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD7BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD7BED is #228412. Grayscale: #A4A4A4. Windows color (decimal): -2262035 or 15563741. OLE color: 15563741.

HSL color Cylindrical-coordinate representation of color #DD7BED: hue angle of 291.58º degrees, saturation: 0.76, 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 #DD7BED is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 123 237 -
CMYK 0.07 0.48 0 0.07
HSL 291.58º 0.76% 0.71% -
HSV(B) 291.58º 0.48% 0.93% -
XYZ 52.19 35.65 84.25 -
YUV 165.3 168.47 167.73 -
System Red Green Blue C M Y K H S L
Decimal 221 123 237 0.07 0.48 0 0.07 291.58 0.76 0.71
Hex DD 7B ED 7 30 0 7 124 4C 47
Octal 335 173 355 7 60 0 7 444 114 107
Binary 11011101 1111011 11101101 111 110000 0 111 100100100 1001100 1000111

Color Harmonies of #DD7BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7BED

Black with #DD7BED

Text Example


Text Example

White with #DD7BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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