Html Css Color HEX #DA6382 Deep Blush

📋 copy color: '#DA6382'

red 218 ◦ green 99 ◦ blue 130

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

Shades of Deep Blush #DA6382

Tints of Deep Blush #DA6382

RGB

 RED value IS 218 (85.55% from 255) = 48.77%

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

 BLUE value IS 130 (51.17% from 255) = 29.08%

R = 48.77%
G = 22.15%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#DA6382 (or 0xDA6382) is known color: Deep Blush. HEX triplet: DA, 63 and 82. RGB value is (218,99,130). Sum of RGB (Red+Green+Blue) = 218+99+130=447 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.77% from 447); Green value is 99 (39.06% from 255 or 22.15% from 447); Blue value is 130 (51.17% from 255 or 29.08% from 447); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6382 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6382 is #259C7D. Grayscale: #8A8A8A. Windows color (decimal): -2464894 or 8545242. OLE color: 8545242.

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

Color convert

RGB 218 99 130 -
CMYK 0 0.55 0.40 0.15
HSL 344.37º 0.62% 0.62% -
HSV(B) 344.37º 0.55% 0.85% -
XYZ 37.4 25.44 24.06 -
YUV 138.12 123.42 184.98 -
System Red Green Blue C M Y K H S L
Decimal 218 99 130 0 0.55 0.40 0.15 344.37 0.62 0.62
Hex DA 63 82 0 37 28 F 158 3E 3E
Octal 332 143 202 0 67 50 17 530 76 76
Binary 11011010 1100011 10000010 0 110111 101000 1111 101011000 111110 111110

Color Harmonies of #DA6382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6382

Black with #DA6382

Text Example


Text Example

White with #DA6382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6382; }

 p { color: rgb(218,99,130); }

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

background-color css

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

 a { background-color: rgb(218,99,130); }

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

border-color css

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

 span { border-color: rgb(218,99,130); }

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