Html Css Color HEX #DD6485 Deep Blush

📋 copy color: '#DD6485'

red 221 ◦ green 100 ◦ blue 133

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

Shades of Deep Blush #DD6485

Tints of Deep Blush #DD6485

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.03%

 BLUE value IS 133 (52.34% from 255) = 29.3%

R = 48.68%
G = 22.03%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DD6485 (or 0xDD6485) is known color: Deep Blush. HEX triplet: DD, 64 and 85. RGB value is (221,100,133). Sum of RGB (Red+Green+Blue) = 221+100+133=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 100 (39.45% from 255 or 22.03% from 454); Blue value is 133 (52.34% from 255 or 29.30% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6485 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6485 is #229B7A. Grayscale: #8B8B8B. Windows color (decimal): -2268027 or 8742109. OLE color: 8742109.

HSL color Cylindrical-coordinate representation of color #DD6485: hue angle of 343.64º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DD6485 is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 100 133 -
CMYK 0 0.55 0.40 0.13
HSL 343.64º 0.64% 0.63% -
HSV(B) 343.64º 0.55% 0.87% -
XYZ 38.61 26.18 25.21 -
YUV 139.94 124.09 185.82 -
System Red Green Blue C M Y K H S L
Decimal 221 100 133 0 0.55 0.40 0.13 343.64 0.64 0.63
Hex DD 64 85 0 37 28 D 158 40 3F
Octal 335 144 205 0 67 50 15 530 100 77
Binary 11011101 1100100 10000101 0 110111 101000 1101 101011000 1000000 111111

Color Harmonies of #DD6485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6485

Black with #DD6485

Text Example


Text Example

White with #DD6485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6485; }

 p { color: rgb(221,100,133); }

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

background-color css

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

 a { background-color: rgb(221,100,133); }

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

border-color css

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

 span { border-color: rgb(221,100,133); }

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