#DA6683

Color #DA6683 Deep Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Blush #DA6683

Tints of Deep Blush #DA6683

Color information

#DA6683 (or 0xDA6683) is unknown color: approx Deep Blush. HEX triplet: DA, 66 and 83. RGB value is (218,102,131). Sum of RGB (Red+Green+Blue) = 218+102+131=451 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.34% from 451); Green value is 102 (40.23% from 255 or 22.62% from 451); Blue value is 131 (51.56% from 255 or 29.05% from 451); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6683 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6683 is #25997C. Grayscale: #8B8B8B. Windows color (decimal): -2464125 or 8611546. OLE color: 8611546.

HSL color Cylindrical-coordinate representation of color #DA6683: hue angle of 345º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DA6683 is Cyan = 0, Magento = 0.53, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB218102131-
CMYK00.530.400.15
HSL345º61.05%62.75%-
HSV(B)345º53.21%85.49%-
XYZ37.7626.0524.51-
YUV139.99122.93183.64-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.34%
GREEN value IS 102 (40.23% from 255) = 22.62%
BLUE value IS 131 (51.56% from 255) = 29.05%
R=48.34%
G=22.62%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21810213100.530.400.1534561.0562.75
HexDA668303528F1593d3f
Octal33214620306550175317577
Binary1101101011001101000001101101011010001111101011001111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6683; }

 p { color: rgb(218,102,131); }

 H1.HeaderClassName
 {
   color: #DA6683;
 }
 .AnyTagClassName
 {
   color: #DA6683;
 }
</style>
background-color css

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

 a { background-color: rgb(218,102,131); }

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

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

 span { border-color: rgb(218,102,131); }

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