Html Css Color HEX #D889CC Orchid

📋 copy color: '#D889CC'

red 216 ◦ green 137 ◦ blue 204

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

Shades of Orchid #D889CC

Tints of Orchid #D889CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.62%

R = 38.78%
G = 24.6%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D889CC (or 0xD889CC) is known color: Orchid. HEX triplet: D8, 89 and CC. RGB value is (216,137,204). Sum of RGB (Red+Green+Blue) = 216+137+204=557 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.78% from 557); Green value is 137 (53.91% from 255 or 24.60% from 557); Blue value is 204 (80.08% from 255 or 36.62% from 557); Max value from RGB is 216 - color contains mainly: red. Hex color #D889CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D889CC is #277633. Grayscale: #A8A8A8. Windows color (decimal): -2586164 or 13404632. OLE color: 13404632.

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

Color convert

RGB 216 137 204 -
CMYK 0 0.37 0.06 0.15
HSL 309.11º 0.5% 0.69% -
HSV(B) 309.11º 0.37% 0.85% -
XYZ 48.16 36.85 61.7 -
YUV 168.26 148.17 162.05 -
System Red Green Blue C M Y K H S L
Decimal 216 137 204 0 0.37 0.06 0.15 309.11 0.5 0.69
Hex D8 89 CC 0 25 6 F 135 32 45
Octal 330 211 314 0 45 6 17 465 62 105
Binary 11011000 10001001 11001100 0 100101 110 1111 100110101 110010 1000101

Color Harmonies of #D889CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D889CC

Black with #D889CC

Text Example


Text Example

White with #D889CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D889CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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