Html Css Color HEX #D572D8 Orchid

📋 copy color: '#D572D8'

red 213 ◦ green 114 ◦ blue 216

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

Shades of Orchid #D572D8

Tints of Orchid #D572D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 39.78%

R = 39.23%
G = 20.99%
B = 39.78%

CMYK

 C value IS 0.01

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D572D8 (or 0xD572D8) is known color: Orchid. HEX triplet: D5, 72 and D8. RGB value is (213,114,216). Sum of RGB (Red+Green+Blue) = 213+114+216=543 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.23% from 543); Green value is 114 (44.92% from 255 or 20.99% from 543); Blue value is 216 (84.77% from 255 or 39.78% from 543); Max value from RGB is 216 - color contains mainly: blue. Hex color #D572D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D572D8 is #2A8D27. Grayscale: #9A9A9A. Windows color (decimal): -2788648 or 14185173. OLE color: 14185173.

HSL color Cylindrical-coordinate representation of color #D572D8: hue angle of 298.24º degrees, saturation: 0.57, 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 #D572D8 is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 114 216 -
CMYK 0.01 0.47 0 0.15
HSL 298.24º 0.57% 0.65% -
HSV(B) 298.24º 0.47% 0.85% -
XYZ 45.85 31.14 68.56 -
YUV 155.23 162.3 169.21 -
System Red Green Blue C M Y K H S L
Decimal 213 114 216 0.01 0.47 0 0.15 298.24 0.57 0.65
Hex D5 72 D8 1 2F 0 F 12A 39 41
Octal 325 162 330 1 57 0 17 452 71 101
Binary 11010101 1110010 11011000 1 101111 0 1111 100101010 111001 1000001

Color Harmonies of #D572D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D572D8

Black with #D572D8

Text Example


Text Example

White with #D572D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D572D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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