Html Css Color HEX #D561DA Orchid

📋 copy color: '#D561DA'

red 213 ◦ green 97 ◦ blue 218

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

Shades of Orchid #D561DA

Tints of Orchid #D561DA

RGB

 RED value IS 213 (83.59% from 255) = 40.34%

 GREEN value IS 97 (38.28% from 255) = 18.37%

 BLUE value IS 218 (85.55% from 255) = 41.29%

R = 40.34%
G = 18.37%
B = 41.29%

CMYK

 C value IS 0.02

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D561DA (or 0xD561DA) is known color: Orchid. HEX triplet: D5, 61 and DA. RGB value is (213,97,218). Sum of RGB (Red+Green+Blue) = 213+97+218=528 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.34% from 528); Green value is 97 (38.28% from 255 or 18.37% from 528); Blue value is 218 (85.55% from 255 or 41.29% from 528); Max value from RGB is 218 - color contains mainly: blue. Hex color #D561DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D561DA is #2A9E25. Grayscale: #919191. Windows color (decimal): -2792998 or 14311893. OLE color: 14311893.

HSL color Cylindrical-coordinate representation of color #D561DA: hue angle of 297.52º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D561DA is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 97 218 -
CMYK 0.02 0.56 0 0.15
HSL 297.52º 0.62% 0.62% -
HSV(B) 297.52º 0.56% 0.85% -
XYZ 44.37 27.76 69.35 -
YUV 145.48 168.93 176.16 -
System Red Green Blue C M Y K H S L
Decimal 213 97 218 0.02 0.56 0 0.15 297.52 0.62 0.62
Hex D5 61 DA 2 38 0 F 12A 3E 3E
Octal 325 141 332 2 70 0 17 452 76 76
Binary 11010101 1100001 11011010 10 111000 0 1111 100101010 111110 111110

Color Harmonies of #D561DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D561DA

Black with #D561DA

Text Example


Text Example

White with #D561DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D561DA; }

 p { color: rgb(213,97,218); }

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

background-color css

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

 a { background-color: rgb(213,97,218); }

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

border-color css

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

 span { border-color: rgb(213,97,218); }

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