Html Css Color HEX #D271B9 Orchid

📋 copy color: '#D271B9'

red 210 ◦ green 113 ◦ blue 185

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

Shades of Orchid #D271B9

Tints of Orchid #D271B9

RGB

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

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

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

R = 41.34%
G = 22.24%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D271B9 (or 0xD271B9) is known color: Orchid. HEX triplet: D2, 71 and B9. RGB value is (210,113,185). Sum of RGB (Red+Green+Blue) = 210+113+185=508 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.34% from 508); Green value is 113 (44.53% from 255 or 22.24% from 508); Blue value is 185 (72.66% from 255 or 36.42% from 508); Max value from RGB is 210 - color contains mainly: red. Hex color #D271B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D271B9 is #2D8E46. Grayscale: #969696. Windows color (decimal): -2985543 or 12153298. OLE color: 12153298.

HSL color Cylindrical-coordinate representation of color #D271B9: hue angle of 315.46º degrees, saturation: 0.52, 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 #D271B9 is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 113 185 -
CMYK 0 0.46 0.12 0.18
HSL 315.46º 0.52% 0.63% -
HSV(B) 315.46º 0.46% 0.82% -
XYZ 41.24 29.01 49.33 -
YUV 150.21 147.64 170.65 -
System Red Green Blue C M Y K H S L
Decimal 210 113 185 0 0.46 0.12 0.18 315.46 0.52 0.63
Hex D2 71 B9 0 2E C 12 13B 34 3F
Octal 322 161 271 0 56 14 22 473 64 77
Binary 11010010 1110001 10111001 0 101110 1100 10010 100111011 110100 111111

Color Harmonies of #D271B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D271B9

Black with #D271B9

Text Example


Text Example

White with #D271B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D271B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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