Html Css Color HEX #DD7BEB Violet

📋 copy color: '#DD7BEB'

red 221 ◦ green 123 ◦ blue 235

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

Shades of Violet #DD7BEB

Tints of Violet #DD7BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 40.59%

R = 38.17%
G = 21.24%
B = 40.59%

CMYK

 C value IS 0.06

 M value IS 0.48

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DD7BEB (or 0xDD7BEB) is known color: Violet. HEX triplet: DD, 7B and EB. RGB value is (221,123,235). Sum of RGB (Red+Green+Blue) = 221+123+235=579 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.17% from 579); Green value is 123 (48.44% from 255 or 21.24% from 579); Blue value is 235 (92.19% from 255 or 40.59% from 579); Max value from RGB is 235 - color contains mainly: blue. Hex color #DD7BEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD7BEB is #228414. Grayscale: #A4A4A4. Windows color (decimal): -2262037 or 15432669. OLE color: 15432669.

HSL color Cylindrical-coordinate representation of color #DD7BEB: hue angle of 292.5º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DD7BEB is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 221 123 235 -
CMYK 0.06 0.48 0 0.08
HSL 292.5º 0.74% 0.7% -
HSV(B) 292.5º 0.48% 0.92% -
XYZ 51.9 35.54 82.72 -
YUV 165.07 167.47 167.89 -
System Red Green Blue C M Y K H S L
Decimal 221 123 235 0.06 0.48 0 0.08 292.5 0.74 0.7
Hex DD 7B EB 6 30 0 8 124 4A 46
Octal 335 173 353 6 60 0 10 444 112 106
Binary 11011101 1111011 11101011 110 110000 0 1000 100100100 1001010 1000110

Color Harmonies of #DD7BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7BEB

Black with #DD7BEB

Text Example


Text Example

White with #DD7BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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