#DA69B8

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

Shades of Orchid #DA69B8

Tints of Orchid #DA69B8

Color information

#DA69B8 (or 0xDA69B8) is unknown color: approx Orchid. HEX triplet: DA, 69 and B8. RGB value is (218,105,184). Sum of RGB (Red+Green+Blue) = 218+105+184=507 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.00% from 507); Green value is 105 (41.41% from 255 or 20.71% from 507); Blue value is 184 (72.27% from 255 or 36.29% from 507); Max value from RGB is 218 - color contains mainly: red. Hex color #DA69B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA69B8 is #259647. Grayscale: #939393. Windows color (decimal): -2463304 or 12085722. OLE color: 12085722.

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

Color convert

RGB218105184-
CMYK00.520.160.15
HSL318.05º60.43%63.33%-
HSV(B)318.05º51.83%85.49%-
XYZ42.6228.4748.6-
YUV147.79148.44178.08-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.00%
GREEN value IS 105 (41.41% from 255) = 20.71%
BLUE value IS 184 (72.27% from 255) = 36.29%
R=43.00%
G=20.71%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21810518400.520.160.15318.0560.4363.33
HexDA69B803410F13e3c3f
Octal33215127006420174767477
Binary110110101101001101110000110100100001111100111110111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA69B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA69B8; }

 p { color: rgb(218,105,184); }

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

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

 a { background-color: rgb(218,105,184); }

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

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

 span { border-color: rgb(218,105,184); }

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