Html Css Color HEX #D989D3 Orchid

📋 copy color: '#D989D3'

red 217 ◦ green 137 ◦ blue 211

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

Shades of Orchid #D989D3

Tints of Orchid #D989D3

RGB

 RED value IS 217 (85.16% from 255) = 38.41%

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

 BLUE value IS 211 (82.81% from 255) = 37.35%

R = 38.41%
G = 24.25%
B = 37.35%

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

#D989D3 (or 0xD989D3) is known color: Orchid. HEX triplet: D9, 89 and D3. RGB value is (217,137,211). Sum of RGB (Red+Green+Blue) = 217+137+211=565 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.41% from 565); Green value is 137 (53.91% from 255 or 24.25% from 565); Blue value is 211 (82.81% from 255 or 37.35% from 565); Max value from RGB is 217 - color contains mainly: red. Hex color #D989D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D989D3 is #26762C. Grayscale: #A9A9A9. Windows color (decimal): -2520621 or 13863385. OLE color: 13863385.

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

Color convert

RGB 217 137 211 -
CMYK 0 0.37 0.03 0.15
HSL 304.5º 0.51% 0.69% -
HSV(B) 304.5º 0.37% 0.85% -
XYZ 49.32 37.35 66.24 -
YUV 169.36 151.5 161.98 -
System Red Green Blue C M Y K H S L
Decimal 217 137 211 0 0.37 0.03 0.15 304.5 0.51 0.69
Hex D9 89 D3 0 25 3 F 130 33 45
Octal 331 211 323 0 45 3 17 460 63 105
Binary 11011001 10001001 11010011 0 100101 11 1111 100110000 110011 1000101

Color Harmonies of #D989D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D989D3

Black with #D989D3

Text Example


Text Example

White with #D989D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D989D3; }

 p { color: rgb(217,137,211); }

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

background-color css

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

 a { background-color: rgb(217,137,211); }

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

border-color css

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

 span { border-color: rgb(217,137,211); }

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