Html Css Color HEX #D989D4 Orchid

📋 copy color: '#D989D4'

red 217 ◦ green 137 ◦ blue 212

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

Shades of Orchid #D989D4

Tints of Orchid #D989D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 37.46%

R = 38.34%
G = 24.2%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#D989D4 (or 0xD989D4) is known color: Orchid. HEX triplet: D9, 89 and D4. RGB value is (217,137,212). Sum of RGB (Red+Green+Blue) = 217+137+212=566 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.34% from 566); Green value is 137 (53.91% from 255 or 24.20% from 566); Blue value is 212 (83.20% from 255 or 37.46% from 566); Max value from RGB is 217 - color contains mainly: red. Hex color #D989D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D989D4 is #26762B. Grayscale: #A9A9A9. Windows color (decimal): -2520620 or 13928921. OLE color: 13928921.

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

Color convert

RGB 217 137 212 -
CMYK 0 0.37 0.02 0.15
HSL 303.75º 0.51% 0.69% -
HSV(B) 303.75º 0.37% 0.85% -
XYZ 49.44 37.4 66.9 -
YUV 169.47 152 161.9 -
System Red Green Blue C M Y K H S L
Decimal 217 137 212 0 0.37 0.02 0.15 303.75 0.51 0.69
Hex D9 89 D4 0 25 2 F 130 33 45
Octal 331 211 324 0 45 2 17 460 63 105
Binary 11011001 10001001 11010100 0 100101 10 1111 100110000 110011 1000101

Color Harmonies of #D989D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D989D4

Black with #D989D4

Text Example


Text Example

White with #D989D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D989D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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