Html Css Color HEX #DA74DB Orchid

📋 copy color: '#DA74DB'

red 218 ◦ green 116 ◦ blue 219

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

Shades of Orchid #DA74DB

Tints of Orchid #DA74DB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20.98%

 BLUE value IS 219 (85.94% from 255) = 39.6%

R = 39.42%
G = 20.98%
B = 39.6%

CMYK

 C value IS 0.00

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DA74DB (or 0xDA74DB) is known color: Orchid. HEX triplet: DA, 74 and DB. RGB value is (218,116,219). Sum of RGB (Red+Green+Blue) = 218+116+219=553 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.42% from 553); Green value is 116 (45.70% from 255 or 20.98% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA74DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA74DB is #258B24. Grayscale: #9D9D9D. Windows color (decimal): -2460453 or 14382298. OLE color: 14382298.

HSL color Cylindrical-coordinate representation of color #DA74DB: hue angle of 299.42º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DA74DB is Cyan = 0.00, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 218 116 219 -
CMYK 0.00 0.47 0 0.14
HSL 299.42º 0.59% 0.66% -
HSV(B) 299.42º 0.47% 0.86% -
XYZ 47.95 32.51 70.77 -
YUV 158.24 162.29 170.62 -
System Red Green Blue C M Y K H S L
Decimal 218 116 219 0.00 0.47 0 0.14 299.42 0.59 0.66
Hex DA 74 DB 0 2F 0 E 12B 3B 42
Octal 332 164 333 0 57 0 16 453 73 102
Binary 11011010 1110100 11011011 0 101111 0 1110 100101011 111011 1000010

Color Harmonies of #DA74DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA74DB

Black with #DA74DB

Text Example


Text Example

White with #DA74DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA74DB; }

 p { color: rgb(218,116,219); }

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

background-color css

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

 a { background-color: rgb(218,116,219); }

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

border-color css

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

 span { border-color: rgb(218,116,219); }

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