Html Css Color HEX #D872D1 Orchid

📋 copy color: '#D872D1'

red 216 ◦ green 114 ◦ blue 209

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

Shades of Orchid #D872D1

Tints of Orchid #D872D1

RGB

 RED value IS 216 (84.77% from 255) = 40.07%

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

 BLUE value IS 209 (82.03% from 255) = 38.78%

R = 40.07%
G = 21.15%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#D872D1 (or 0xD872D1) is known color: Orchid. HEX triplet: D8, 72 and D1. RGB value is (216,114,209). Sum of RGB (Red+Green+Blue) = 216+114+209=539 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.07% from 539); Green value is 114 (44.92% from 255 or 21.15% from 539); Blue value is 209 (82.03% from 255 or 38.78% from 539); Max value from RGB is 216 - color contains mainly: red. Hex color #D872D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D872D1 is #278D2E. Grayscale: #9B9B9B. Windows color (decimal): -2592047 or 13726424. OLE color: 13726424.

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

Color convert

RGB 216 114 209 -
CMYK 0 0.47 0.03 0.15
HSL 304.12º 0.57% 0.65% -
HSV(B) 304.12º 0.47% 0.85% -
XYZ 45.84 31.24 63.93 -
YUV 155.33 158.29 171.28 -
System Red Green Blue C M Y K H S L
Decimal 216 114 209 0 0.47 0.03 0.15 304.12 0.57 0.65
Hex D8 72 D1 0 2F 3 F 130 39 41
Octal 330 162 321 0 57 3 17 460 71 101
Binary 11011000 1110010 11010001 0 101111 11 1111 100110000 111001 1000001

Color Harmonies of #D872D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D872D1

Black with #D872D1

Text Example


Text Example

White with #D872D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D872D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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