Html Css Color HEX #D572BE Orchid

📋 copy color: '#D572BE'

red 213 ◦ green 114 ◦ blue 190

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

Shades of Orchid #D572BE

Tints of Orchid #D572BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.75%

R = 41.2%
G = 22.05%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D572BE (or 0xD572BE) is known color: Orchid. HEX triplet: D5, 72 and BE. RGB value is (213,114,190). Sum of RGB (Red+Green+Blue) = 213+114+190=517 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.20% from 517); Green value is 114 (44.92% from 255 or 22.05% from 517); Blue value is 190 (74.61% from 255 or 36.75% from 517); Max value from RGB is 213 - color contains mainly: red. Hex color #D572BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D572BE is #2A8D41. Grayscale: #989898. Windows color (decimal): -2788674 or 12481237. OLE color: 12481237.

HSL color Cylindrical-coordinate representation of color #D572BE: hue angle of 313.94º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D572BE is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 114 190 -
CMYK 0 0.46 0.11 0.16
HSL 313.94º 0.54% 0.64% -
HSV(B) 313.94º 0.46% 0.84% -
XYZ 42.75 29.9 52.23 -
YUV 152.27 149.3 171.32 -
System Red Green Blue C M Y K H S L
Decimal 213 114 190 0 0.46 0.11 0.16 313.94 0.54 0.64
Hex D5 72 BE 0 2E B 10 13A 36 40
Octal 325 162 276 0 56 13 20 472 66 100
Binary 11010101 1110010 10111110 0 101110 1011 10000 100111010 110110 1000000

Color Harmonies of #D572BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D572BE

Black with #D572BE

Text Example


Text Example

White with #D572BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D572BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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