Html Css Color HEX #D572DB Orchid

📋 copy color: '#D572DB'

red 213 ◦ green 114 ◦ blue 219

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

Shades of Orchid #D572DB

Tints of Orchid #D572DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.11%

R = 39.01%
G = 20.88%
B = 40.11%

CMYK

 C value IS 0.03

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D572DB (or 0xD572DB) is known color: Orchid. HEX triplet: D5, 72 and DB. RGB value is (213,114,219). Sum of RGB (Red+Green+Blue) = 213+114+219=546 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.01% from 546); Green value is 114 (44.92% from 255 or 20.88% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 219 - color contains mainly: blue. Hex color #D572DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D572DB is #2A8D24. Grayscale: #9B9B9B. Windows color (decimal): -2788645 or 14381781. OLE color: 14381781.

HSL color Cylindrical-coordinate representation of color #D572DB: hue angle of 296.57º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D572DB is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 213 114 219 -
CMYK 0.03 0.48 0 0.14
HSL 296.57º 0.59% 0.65% -
HSV(B) 296.57º 0.48% 0.86% -
XYZ 46.24 31.3 70.62 -
YUV 155.57 163.8 168.96 -
System Red Green Blue C M Y K H S L
Decimal 213 114 219 0.03 0.48 0 0.14 296.57 0.59 0.65
Hex D5 72 DB 3 30 0 E 129 3B 41
Octal 325 162 333 3 60 0 16 451 73 101
Binary 11010101 1110010 11011011 11 110000 0 1110 100101001 111011 1000001

Color Harmonies of #D572DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D572DB

Black with #D572DB

Text Example


Text Example

White with #D572DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D572DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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