Html Css Color HEX #D279BB Orchid

📋 copy color: '#D279BB'

red 210 ◦ green 121 ◦ blue 187

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

Shades of Orchid #D279BB

Tints of Orchid #D279BB

RGB

 RED value IS 210 (82.42% from 255) = 40.54%

 GREEN value IS 121 (47.66% from 255) = 23.36%

 BLUE value IS 187 (73.44% from 255) = 36.1%

R = 40.54%
G = 23.36%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D279BB (or 0xD279BB) is known color: Orchid. HEX triplet: D2, 79 and BB. RGB value is (210,121,187). Sum of RGB (Red+Green+Blue) = 210+121+187=518 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.54% from 518); Green value is 121 (47.66% from 255 or 23.36% from 518); Blue value is 187 (73.44% from 255 or 36.10% from 518); Max value from RGB is 210 - color contains mainly: red. Hex color #D279BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D279BB is #2D8644. Grayscale: #9A9A9A. Windows color (decimal): -2983493 or 12286418. OLE color: 12286418.

HSL color Cylindrical-coordinate representation of color #D279BB: hue angle of 315.51º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D279BB is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 121 187 -
CMYK 0 0.42 0.11 0.18
HSL 315.51º 0.5% 0.65% -
HSV(B) 315.51º 0.42% 0.82% -
XYZ 42.39 30.96 50.76 -
YUV 155.14 145.99 167.13 -
System Red Green Blue C M Y K H S L
Decimal 210 121 187 0 0.42 0.11 0.18 315.51 0.5 0.65
Hex D2 79 BB 0 2A B 12 13C 32 41
Octal 322 171 273 0 52 13 22 474 62 101
Binary 11010010 1111001 10111011 0 101010 1011 10010 100111100 110010 1000001

Color Harmonies of #D279BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D279BB

Black with #D279BB

Text Example


Text Example

White with #D279BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D279BB; }

 p { color: rgb(210,121,187); }

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

background-color css

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

 a { background-color: rgb(210,121,187); }

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

border-color css

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

 span { border-color: rgb(210,121,187); }

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