Html Css Color HEX #D988D2 Orchid

📋 copy color: '#D988D2'

red 217 ◦ green 136 ◦ blue 210

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

Shades of Orchid #D988D2

Tints of Orchid #D988D2

RGB

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

 GREEN value IS 136 (53.52% from 255) = 24.16%

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

R = 38.54%
G = 24.16%
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

#D988D2 (or 0xD988D2) is known color: Orchid. HEX triplet: D9, 88 and D2. RGB value is (217,136,210). Sum of RGB (Red+Green+Blue) = 217+136+210=563 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.54% from 563); Green value is 136 (53.52% from 255 or 24.16% from 563); Blue value is 210 (82.42% from 255 or 37.30% from 563); Max value from RGB is 217 - color contains mainly: red. Hex color #D988D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D988D2 is #26772D. Grayscale: #A8A8A8. Windows color (decimal): -2520878 or 13797593. OLE color: 13797593.

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

Color convert

RGB 217 136 210 -
CMYK 0 0.37 0.03 0.15
HSL 305.19º 0.52% 0.69% -
HSV(B) 305.19º 0.37% 0.85% -
XYZ 49.05 37.01 65.53 -
YUV 168.66 151.34 162.48 -
System Red Green Blue C M Y K H S L
Decimal 217 136 210 0 0.37 0.03 0.15 305.19 0.52 0.69
Hex D9 88 D2 0 25 3 F 131 34 45
Octal 331 210 322 0 45 3 17 461 64 105
Binary 11011001 10001000 11010010 0 100101 11 1111 100110001 110100 1000101

Color Harmonies of #D988D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D988D2

Black with #D988D2

Text Example


Text Example

White with #D988D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D988D2; }

 p { color: rgb(217,136,210); }

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

background-color css

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

 a { background-color: rgb(217,136,210); }

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

border-color css

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

 span { border-color: rgb(217,136,210); }

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