Html Css Color HEX #D572DA Orchid

📋 copy color: '#D572DA'

red 213 ◦ green 114 ◦ blue 218

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

Shades of Orchid #D572DA

Tints of Orchid #D572DA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 20.92%

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

R = 39.08%
G = 20.92%
B = 40%

CMYK

 C value IS 0.02

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D572DA (or 0xD572DA) is known color: Orchid. HEX triplet: D5, 72 and DA. RGB value is (213,114,218). Sum of RGB (Red+Green+Blue) = 213+114+218=545 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.08% from 545); Green value is 114 (44.92% from 255 or 20.92% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 218 - color contains mainly: blue. Hex color #D572DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D572DA is #2A8D25. Grayscale: #9B9B9B. Windows color (decimal): -2788646 or 14316245. OLE color: 14316245.

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

Color convert

RGB 213 114 218 -
CMYK 0.02 0.48 0 0.15
HSL 297.12º 0.58% 0.65% -
HSV(B) 297.12º 0.48% 0.85% -
XYZ 46.11 31.24 69.93 -
YUV 155.46 163.3 169.04 -
System Red Green Blue C M Y K H S L
Decimal 213 114 218 0.02 0.48 0 0.15 297.12 0.58 0.65
Hex D5 72 DA 2 30 0 F 129 3A 41
Octal 325 162 332 2 60 0 17 451 72 101
Binary 11010101 1110010 11011010 10 110000 0 1111 100101001 111010 1000001

Color Harmonies of #D572DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D572DA

Black with #D572DA

Text Example


Text Example

White with #D572DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D572DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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