Html Css Color HEX #D271B8 Orchid

📋 copy color: '#D271B8'

red 210 ◦ green 113 ◦ blue 184

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

Shades of Orchid #D271B8

Tints of Orchid #D271B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 36.29%

R = 41.42%
G = 22.29%
B = 36.29%

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

#D271B8 (or 0xD271B8) is known color: Orchid. HEX triplet: D2, 71 and B8. RGB value is (210,113,184). Sum of RGB (Red+Green+Blue) = 210+113+184=507 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.42% from 507); Green value is 113 (44.53% from 255 or 22.29% from 507); Blue value is 184 (72.27% from 255 or 36.29% from 507); Max value from RGB is 210 - color contains mainly: red. Hex color #D271B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D271B8 is #2D8E47. Grayscale: #959595. Windows color (decimal): -2985544 or 12087762. OLE color: 12087762.

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

Color convert

RGB 210 113 184 -
CMYK 0 0.46 0.12 0.18
HSL 316.08º 0.52% 0.63% -
HSV(B) 316.08º 0.46% 0.82% -
XYZ 41.14 28.97 48.77 -
YUV 150.1 147.14 170.73 -
System Red Green Blue C M Y K H S L
Decimal 210 113 184 0 0.46 0.12 0.18 316.08 0.52 0.63
Hex D2 71 B8 0 2E C 12 13C 34 3F
Octal 322 161 270 0 56 14 22 474 64 77
Binary 11010010 1110001 10111000 0 101110 1100 10010 100111100 110100 111111

Color Harmonies of #D271B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D271B8

Black with #D271B8

Text Example


Text Example

White with #D271B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D271B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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