Html Css Color HEX #DA74D2 Orchid

📋 copy color: '#DA74D2'

red 218 ◦ green 116 ◦ blue 210

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

Shades of Orchid #DA74D2

Tints of Orchid #DA74D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 38.6%

R = 40.07%
G = 21.32%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#DA74D2 (or 0xDA74D2) is known color: Orchid. HEX triplet: DA, 74 and D2. RGB value is (218,116,210). Sum of RGB (Red+Green+Blue) = 218+116+210=544 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40.07% from 544); Green value is 116 (45.70% from 255 or 21.32% from 544); Blue value is 210 (82.42% from 255 or 38.60% from 544); Max value from RGB is 218 - color contains mainly: red. Hex color #DA74D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA74D2 is #258B2D. Grayscale: #9C9C9C. Windows color (decimal): -2460462 or 13792474. OLE color: 13792474.

HSL color Cylindrical-coordinate representation of color #DA74D2: hue angle of 304.71º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DA74D2 is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 116 210 -
CMYK 0 0.47 0.04 0.15
HSL 304.71º 0.58% 0.65% -
HSV(B) 304.71º 0.47% 0.85% -
XYZ 46.79 32.05 64.69 -
YUV 157.21 157.79 171.36 -
System Red Green Blue C M Y K H S L
Decimal 218 116 210 0 0.47 0.04 0.15 304.71 0.58 0.65
Hex DA 74 D2 0 2F 4 F 131 3A 41
Octal 332 164 322 0 57 4 17 461 72 101
Binary 11011010 1110100 11010010 0 101111 100 1111 100110001 111010 1000001

Color Harmonies of #DA74D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA74D2

Black with #DA74D2

Text Example


Text Example

White with #DA74D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA74D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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