Html Css Color HEX #DD6383 Deep Blush

📋 copy color: '#DD6383'

red 221 ◦ green 99 ◦ blue 131

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

Shades of Deep Blush #DD6383

Tints of Deep Blush #DD6383

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.95%

 BLUE value IS 131 (51.56% from 255) = 29.05%

R = 49%
G = 21.95%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DD6383 (or 0xDD6383) is known color: Deep Blush. HEX triplet: DD, 63 and 83. RGB value is (221,99,131). Sum of RGB (Red+Green+Blue) = 221+99+131=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 99 (39.06% from 255 or 21.95% from 451); Blue value is 131 (51.56% from 255 or 29.05% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6383 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6383 is #229C7C. Grayscale: #8B8B8B. Windows color (decimal): -2268285 or 8610781. OLE color: 8610781.

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

Color convert

RGB 221 99 131 -
CMYK 0 0.55 0.41 0.13
HSL 344.26º 0.64% 0.63% -
HSV(B) 344.26º 0.55% 0.87% -
XYZ 38.38 25.93 24.46 -
YUV 139.13 123.42 186.4 -
System Red Green Blue C M Y K H S L
Decimal 221 99 131 0 0.55 0.41 0.13 344.26 0.64 0.63
Hex DD 63 83 0 37 29 D 158 40 3F
Octal 335 143 203 0 67 51 15 530 100 77
Binary 11011101 1100011 10000011 0 110111 101001 1101 101011000 1000000 111111

Color Harmonies of #DD6383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6383

Black with #DD6383

Text Example


Text Example

White with #DD6383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6383; }

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

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

background-color css

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

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

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

border-color css

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

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

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