Html Css Color HEX #DA89D4 Orchid

📋 copy color: '#DA89D4'

red 218 ◦ green 137 ◦ blue 212

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

Shades of Orchid #DA89D4

Tints of Orchid #DA89D4

RGB

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

 GREEN value IS 137 (53.91% from 255) = 24.16%

 BLUE value IS 212 (83.2% from 255) = 37.39%

R = 38.45%
G = 24.16%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#DA89D4 (or 0xDA89D4) is known color: Orchid. HEX triplet: DA, 89 and D4. RGB value is (218,137,212). Sum of RGB (Red+Green+Blue) = 218+137+212=567 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.45% from 567); Green value is 137 (53.91% from 255 or 24.16% from 567); Blue value is 212 (83.20% from 255 or 37.39% from 567); Max value from RGB is 218 - color contains mainly: red. Hex color #DA89D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA89D4 is #25762B. Grayscale: #A9A9A9. Windows color (decimal): -2455084 or 13928922. OLE color: 13928922.

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

Color convert

RGB 218 137 212 -
CMYK 0 0.37 0.03 0.15
HSL 304.44º 0.52% 0.7% -
HSV(B) 304.44º 0.37% 0.85% -
XYZ 49.74 37.55 66.91 -
YUV 169.77 151.84 162.4 -
System Red Green Blue C M Y K H S L
Decimal 218 137 212 0 0.37 0.03 0.15 304.44 0.52 0.7
Hex DA 89 D4 0 25 3 F 130 34 46
Octal 332 211 324 0 45 3 17 460 64 106
Binary 11011010 10001001 11010100 0 100101 11 1111 100110000 110100 1000110

Color Harmonies of #DA89D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA89D4

Black with #DA89D4

Text Example


Text Example

White with #DA89D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA89D4; }

 p { color: rgb(218,137,212); }

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

background-color css

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

 a { background-color: rgb(218,137,212); }

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

border-color css

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

 span { border-color: rgb(218,137,212); }

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