Html Css Color HEX #DA69BE Orchid

📋 copy color: '#DA69BE'

red 218 ◦ green 105 ◦ blue 190

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

Shades of Orchid #DA69BE

Tints of Orchid #DA69BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.04%

R = 42.5%
G = 20.47%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#DA69BE (or 0xDA69BE) is known color: Orchid. HEX triplet: DA, 69 and BE. RGB value is (218,105,190). Sum of RGB (Red+Green+Blue) = 218+105+190=513 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.50% from 513); Green value is 105 (41.41% from 255 or 20.47% from 513); Blue value is 190 (74.61% from 255 or 37.04% from 513); Max value from RGB is 218 - color contains mainly: red. Hex color #DA69BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA69BE is #259641. Grayscale: #949494. Windows color (decimal): -2463298 or 12478938. OLE color: 12478938.

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

Color convert

RGB 218 105 190 -
CMYK 0 0.52 0.13 0.15
HSL 314.87º 0.6% 0.63% -
HSV(B) 314.87º 0.52% 0.85% -
XYZ 43.26 28.73 51.98 -
YUV 148.48 151.44 177.59 -
System Red Green Blue C M Y K H S L
Decimal 218 105 190 0 0.52 0.13 0.15 314.87 0.6 0.63
Hex DA 69 BE 0 34 D F 13B 3C 3F
Octal 332 151 276 0 64 15 17 473 74 77
Binary 11011010 1101001 10111110 0 110100 1101 1111 100111011 111100 111111

Color Harmonies of #DA69BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA69BE

Black with #DA69BE

Text Example


Text Example

White with #DA69BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA69BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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