Html Css Color HEX #DD7EEA Violet

📋 copy color: '#DD7EEA'

red 221 ◦ green 126 ◦ blue 234

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

Shades of Violet #DD7EEA

Tints of Violet #DD7EEA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 21.69%

 BLUE value IS 234 (91.8% from 255) = 40.28%

R = 38.04%
G = 21.69%
B = 40.28%

CMYK

 C value IS 0.06

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DD7EEA (or 0xDD7EEA) is known color: Violet. HEX triplet: DD, 7E and EA. RGB value is (221,126,234). Sum of RGB (Red+Green+Blue) = 221+126+234=581 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.04% from 581); Green value is 126 (49.61% from 255 or 21.69% from 581); Blue value is 234 (91.80% from 255 or 40.28% from 581); Max value from RGB is 234 - color contains mainly: blue. Hex color #DD7EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD7EEA is #228115. Grayscale: #A6A6A6. Windows color (decimal): -2261270 or 15367901. OLE color: 15367901.

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

Color convert

RGB 221 126 234 -
CMYK 0.06 0.46 0 0.08
HSL 292.78º 0.72% 0.71% -
HSV(B) 292.78º 0.46% 0.92% -
XYZ 52.13 36.23 82.09 -
YUV 166.72 165.97 166.72 -
System Red Green Blue C M Y K H S L
Decimal 221 126 234 0.06 0.46 0 0.08 292.78 0.72 0.71
Hex DD 7E EA 6 2E 0 8 125 48 47
Octal 335 176 352 6 56 0 10 445 110 107
Binary 11011101 1111110 11101010 110 101110 0 1000 100100101 1001000 1000111

Color Harmonies of #DD7EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7EEA

Black with #DD7EEA

Text Example


Text Example

White with #DD7EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7EEA; }

 p { color: rgb(221,126,234); }

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

background-color css

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

 a { background-color: rgb(221,126,234); }

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

border-color css

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

 span { border-color: rgb(221,126,234); }

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