Html Css Color HEX #DD83C5 Tea Rose

📋 copy color: '#DD83C5'

red 221 ◦ green 131 ◦ blue 197

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

Shades of Tea Rose #DD83C5

Tints of Tea Rose #DD83C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 35.88%

R = 40.26%
G = 23.86%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#DD83C5 (or 0xDD83C5) is known color: Tea Rose. HEX triplet: DD, 83 and C5. RGB value is (221,131,197). Sum of RGB (Red+Green+Blue) = 221+131+197=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 131 (51.56% from 255 or 23.86% from 549); Blue value is 197 (77.34% from 255 or 35.88% from 549); Max value from RGB is 221 - color contains mainly: red. Hex color #DD83C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD83C5 is #227C3A. Grayscale: #A5A5A5. Windows color (decimal): -2260027 or 12944349. OLE color: 12944349.

HSL color Cylindrical-coordinate representation of color #DD83C5: hue angle of 316º 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 #DD83C5 is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 131 197 -
CMYK 0 0.41 0.11 0.13
HSL 316º 0.57% 0.69% -
HSV(B) 316º 0.41% 0.87% -
XYZ 48.01 35.64 57.17 -
YUV 165.43 145.82 167.63 -
System Red Green Blue C M Y K H S L
Decimal 221 131 197 0 0.41 0.11 0.13 316 0.57 0.69
Hex DD 83 C5 0 29 B D 13C 39 45
Octal 335 203 305 0 51 13 15 474 71 105
Binary 11011101 10000011 11000101 0 101001 1011 1101 100111100 111001 1000101

Color Harmonies of #DD83C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD83C5

Black with #DD83C5

Text Example


Text Example

White with #DD83C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD83C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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