Html Css Color HEX #DA69B9 Orchid

📋 copy color: '#DA69B9'

red 218 ◦ green 105 ◦ blue 185

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

Shades of Orchid #DA69B9

Tints of Orchid #DA69B9

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.67%

 BLUE value IS 185 (72.66% from 255) = 36.42%

R = 42.91%
G = 20.67%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#DA69B9 (or 0xDA69B9) is known color: Orchid. HEX triplet: DA, 69 and B9. RGB value is (218,105,185). Sum of RGB (Red+Green+Blue) = 218+105+185=508 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.91% from 508); Green value is 105 (41.41% from 255 or 20.67% from 508); Blue value is 185 (72.66% from 255 or 36.42% from 508); Max value from RGB is 218 - color contains mainly: red. Hex color #DA69B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA69B9 is #259646. Grayscale: #939393. Windows color (decimal): -2463303 or 12151258. OLE color: 12151258.

HSL color Cylindrical-coordinate representation of color #DA69B9: hue angle of 317.52º 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 #DA69B9 is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 105 185 -
CMYK 0 0.52 0.15 0.15
HSL 317.52º 0.6% 0.63% -
HSV(B) 317.52º 0.52% 0.85% -
XYZ 42.72 28.51 49.15 -
YUV 147.91 148.94 178 -
System Red Green Blue C M Y K H S L
Decimal 218 105 185 0 0.52 0.15 0.15 317.52 0.6 0.63
Hex DA 69 B9 0 34 F F 13E 3C 3F
Octal 332 151 271 0 64 17 17 476 74 77
Binary 11011010 1101001 10111001 0 110100 1111 1111 100111110 111100 111111

Color Harmonies of #DA69B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA69B9

Black with #DA69B9

Text Example


Text Example

White with #DA69B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA69B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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