Html Css Color HEX #DD83C3 Tea Rose

📋 copy color: '#DD83C3'

red 221 ◦ green 131 ◦ blue 195

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

Shades of Tea Rose #DD83C3

Tints of Tea Rose #DD83C3

RGB

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

 GREEN value IS 131 (51.56% from 255) = 23.95%

 BLUE value IS 195 (76.56% from 255) = 35.65%

R = 40.4%
G = 23.95%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#DD83C3 (or 0xDD83C3) is known color: Tea Rose. HEX triplet: DD, 83 and C3. RGB value is (221,131,195). Sum of RGB (Red+Green+Blue) = 221+131+195=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 131 (51.56% from 255 or 23.95% from 547); Blue value is 195 (76.56% from 255 or 35.65% from 547); Max value from RGB is 221 - color contains mainly: red. Hex color #DD83C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD83C3 is #227C3C. Grayscale: #A5A5A5. Windows color (decimal): -2260029 or 12813277. OLE color: 12813277.

HSL color Cylindrical-coordinate representation of color #DD83C3: hue angle of 317.33º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DD83C3 is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 131 195 -
CMYK 0 0.41 0.12 0.13
HSL 317.33º 0.57% 0.69% -
HSV(B) 317.33º 0.41% 0.87% -
XYZ 47.79 35.54 55.97 -
YUV 165.21 144.82 167.8 -
System Red Green Blue C M Y K H S L
Decimal 221 131 195 0 0.41 0.12 0.13 317.33 0.57 0.69
Hex DD 83 C3 0 29 C D 13D 39 45
Octal 335 203 303 0 51 14 15 475 71 105
Binary 11011101 10000011 11000011 0 101001 1100 1101 100111101 111001 1000101

Color Harmonies of #DD83C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD83C3

Black with #DD83C3

Text Example


Text Example

White with #DD83C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD83C3; }

 p { color: rgb(221,131,195); }

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

background-color css

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

 a { background-color: rgb(221,131,195); }

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

border-color css

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

 span { border-color: rgb(221,131,195); }

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