Html Css Color HEX #DA086A Ruby

📋 copy color: '#DA086A'

red 218 ◦ green 8 ◦ blue 106

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

Shades of Ruby #DA086A

Tints of Ruby #DA086A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.41%

 BLUE value IS 106 (41.8% from 255) = 31.93%

R = 65.66%
G = 2.41%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DA086A (or 0xDA086A) is known color: Ruby. HEX triplet: DA, 08 and 6A. RGB value is (218,8,106). Sum of RGB (Red+Green+Blue) = 218+8+106=332 (43% of max value = 765). Red value is 218 (85.55% from 255 or 65.66% from 332); Green value is 8 (3.52% from 255 or 2.41% from 332); Blue value is 106 (41.80% from 255 or 31.93% from 332); Max value from RGB is 218 - color contains mainly: red. Hex color #DA086A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA086A is #25F795. Grayscale: #515151. Windows color (decimal): -2488214 or 6949082. OLE color: 6949082.

HSL color Cylindrical-coordinate representation of color #DA086A: hue angle of 332º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA086A is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 8 106 -
CMYK 0 0.96 0.51 0.15
HSL 332º 0.93% 0.44% -
HSV(B) 332º 0.96% 0.85% -
XYZ 31.6 16.12 15.08 -
YUV 81.96 141.57 225.03 -
System Red Green Blue C M Y K H S L
Decimal 218 8 106 0 0.96 0.51 0.15 332 0.93 0.44
Hex DA 8 6A 0 60 33 F 14C 5D 2C
Octal 332 10 152 0 140 63 17 514 135 54
Binary 11011010 1000 1101010 0 1100000 110011 1111 101001100 1011101 101100

Color Harmonies of #DA086A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA086A

Black with #DA086A

Text Example


Text Example

White with #DA086A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA086A; }

 p { color: rgb(218,8,106); }

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

background-color css

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

 a { background-color: rgb(218,8,106); }

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

border-color css

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

 span { border-color: rgb(218,8,106); }

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