Html Css Color HEX #D071B9 Orchid

📋 copy color: '#D071B9'

red 208 ◦ green 113 ◦ blue 185

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

Shades of Orchid #D071B9

Tints of Orchid #D071B9

RGB

 RED value IS 208 (81.64% from 255) = 41.11%

 GREEN value IS 113 (44.53% from 255) = 22.33%

 BLUE value IS 185 (72.66% from 255) = 36.56%

R = 41.11%
G = 22.33%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D071B9 (or 0xD071B9) is known color: Orchid. HEX triplet: D0, 71 and B9. RGB value is (208,113,185). Sum of RGB (Red+Green+Blue) = 208+113+185=506 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.11% from 506); Green value is 113 (44.53% from 255 or 22.33% from 506); Blue value is 185 (72.66% from 255 or 36.56% from 506); Max value from RGB is 208 - color contains mainly: red. Hex color #D071B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D071B9 is #2F8E46. Grayscale: #959595. Windows color (decimal): -3116615 or 12153296. OLE color: 12153296.

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

Color convert

RGB 208 113 185 -
CMYK 0 0.46 0.11 0.18
HSL 314.53º 0.5% 0.63% -
HSV(B) 314.53º 0.46% 0.82% -
XYZ 40.67 28.72 49.3 -
YUV 149.61 147.97 169.65 -
System Red Green Blue C M Y K H S L
Decimal 208 113 185 0 0.46 0.11 0.18 314.53 0.5 0.63
Hex D0 71 B9 0 2E B 12 13B 32 3F
Octal 320 161 271 0 56 13 22 473 62 77
Binary 11010000 1110001 10111001 0 101110 1011 10010 100111011 110010 111111

Color Harmonies of #D071B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D071B9

Black with #D071B9

Text Example


Text Example

White with #D071B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D071B9; }

 p { color: rgb(208,113,185); }

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

background-color css

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

 a { background-color: rgb(208,113,185); }

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

border-color css

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

 span { border-color: rgb(208,113,185); }

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