Html Css Color HEX #DD83C4 Tea Rose

📋 copy color: '#DD83C4'

red 221 ◦ green 131 ◦ blue 196

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

Shades of Tea Rose #DD83C4

Tints of Tea Rose #DD83C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 35.77%

R = 40.33%
G = 23.91%
B = 35.77%

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

#DD83C4 (or 0xDD83C4) is known color: Tea Rose. HEX triplet: DD, 83 and C4. RGB value is (221,131,196). Sum of RGB (Red+Green+Blue) = 221+131+196=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 131 (51.56% from 255 or 23.91% from 548); Blue value is 196 (76.95% from 255 or 35.77% from 548); Max value from RGB is 221 - color contains mainly: red. Hex color #DD83C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD83C4 is #227C3B. Grayscale: #A5A5A5. Windows color (decimal): -2260028 or 12878813. OLE color: 12878813.

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

Color convert

RGB 221 131 196 -
CMYK 0 0.41 0.11 0.13
HSL 316.67º 0.57% 0.69% -
HSV(B) 316.67º 0.41% 0.87% -
XYZ 47.9 35.59 56.57 -
YUV 165.32 145.32 167.71 -
System Red Green Blue C M Y K H S L
Decimal 221 131 196 0 0.41 0.11 0.13 316.67 0.57 0.69
Hex DD 83 C4 0 29 B D 13D 39 45
Octal 335 203 304 0 51 13 15 475 71 105
Binary 11011101 10000011 11000100 0 101001 1011 1101 100111101 111001 1000101

Color Harmonies of #DD83C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD83C4

Black with #DD83C4

Text Example


Text Example

White with #DD83C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD83C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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