Html Css Color HEX #D889D2 Orchid

📋 copy color: '#D889D2'

red 216 ◦ green 137 ◦ blue 210

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

Shades of Orchid #D889D2

Tints of Orchid #D889D2

RGB

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

 GREEN value IS 137 (53.91% from 255) = 24.33%

 BLUE value IS 210 (82.42% from 255) = 37.3%

R = 38.37%
G = 24.33%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#D889D2 (or 0xD889D2) is known color: Orchid. HEX triplet: D8, 89 and D2. RGB value is (216,137,210). Sum of RGB (Red+Green+Blue) = 216+137+210=563 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.37% from 563); Green value is 137 (53.91% from 255 or 24.33% from 563); Blue value is 210 (82.42% from 255 or 37.30% from 563); Max value from RGB is 216 - color contains mainly: red. Hex color #D889D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D889D2 is #27762D. Grayscale: #A8A8A8. Windows color (decimal): -2586158 or 13797848. OLE color: 13797848.

HSL color Cylindrical-coordinate representation of color #D889D2: hue angle of 304.56º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D889D2 is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 137 210 -
CMYK 0 0.37 0.03 0.15
HSL 304.56º 0.5% 0.69% -
HSV(B) 304.56º 0.37% 0.85% -
XYZ 48.9 37.14 65.56 -
YUV 168.94 151.17 161.56 -
System Red Green Blue C M Y K H S L
Decimal 216 137 210 0 0.37 0.03 0.15 304.56 0.5 0.69
Hex D8 89 D2 0 25 3 F 131 32 45
Octal 330 211 322 0 45 3 17 461 62 105
Binary 11011000 10001001 11010010 0 100101 11 1111 100110001 110010 1000101

Color Harmonies of #D889D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D889D2

Black with #D889D2

Text Example


Text Example

White with #D889D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D889D2; }

 p { color: rgb(216,137,210); }

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

background-color css

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

 a { background-color: rgb(216,137,210); }

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

border-color css

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

 span { border-color: rgb(216,137,210); }

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