Html Css Color HEX #D772DB Orchid

📋 copy color: '#D772DB'

red 215 ◦ green 114 ◦ blue 219

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

Shades of Orchid #D772DB

Tints of Orchid #D772DB

RGB

 RED value IS 215 (84.38% from 255) = 39.23%

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

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

R = 39.23%
G = 20.8%
B = 39.96%

CMYK

 C value IS 0.02

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D772DB (or 0xD772DB) is known color: Orchid. HEX triplet: D7, 72 and DB. RGB value is (215,114,219). Sum of RGB (Red+Green+Blue) = 215+114+219=548 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.23% from 548); Green value is 114 (44.92% from 255 or 20.80% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 219 - color contains mainly: blue. Hex color #D772DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D772DB is #288D24. Grayscale: #9B9B9B. Windows color (decimal): -2657573 or 14381783. OLE color: 14381783.

HSL color Cylindrical-coordinate representation of color #D772DB: hue angle of 297.71º 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 #D772DB is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 215 114 219 -
CMYK 0.02 0.48 0 0.14
HSL 297.71º 0.59% 0.65% -
HSV(B) 297.71º 0.48% 0.86% -
XYZ 46.83 31.6 70.65 -
YUV 156.17 163.46 169.96 -
System Red Green Blue C M Y K H S L
Decimal 215 114 219 0.02 0.48 0 0.14 297.71 0.59 0.65
Hex D7 72 DB 2 30 0 E 12A 3B 41
Octal 327 162 333 2 60 0 16 452 73 101
Binary 11010111 1110010 11011011 10 110000 0 1110 100101010 111011 1000001

Color Harmonies of #D772DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D772DB

Black with #D772DB

Text Example


Text Example

White with #D772DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D772DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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