Html Css Color HEX #D98CCB Plum

📋 copy color: '#D98CCB'

red 217 ◦ green 140 ◦ blue 203

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

Shades of Plum #D98CCB

Tints of Plum #D98CCB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25%

 BLUE value IS 203 (79.69% from 255) = 36.25%

R = 38.75%
G = 25%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D98CCB (or 0xD98CCB) is known color: Plum. HEX triplet: D9, 8C and CB. RGB value is (217,140,203). Sum of RGB (Red+Green+Blue) = 217+140+203=560 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.75% from 560); Green value is 140 (55.08% from 255 or 25% from 560); Blue value is 203 (79.69% from 255 or 36.25% from 560); Max value from RGB is 217 - color contains mainly: red. Hex color #D98CCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98CCB is #267334. Grayscale: #AAAAAA. Windows color (decimal): -2519861 or 13339865. OLE color: 13339865.

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

Color convert

RGB 217 140 203 -
CMYK 0 0.35 0.06 0.15
HSL 310.91º 0.5% 0.7% -
HSV(B) 310.91º 0.35% 0.85% -
XYZ 48.77 37.82 61.23 -
YUV 170.21 146.51 161.38 -
System Red Green Blue C M Y K H S L
Decimal 217 140 203 0 0.35 0.06 0.15 310.91 0.5 0.7
Hex D9 8C CB 0 23 6 F 137 32 46
Octal 331 214 313 0 43 6 17 467 62 106
Binary 11011001 10001100 11001011 0 100011 110 1111 100110111 110010 1000110

Color Harmonies of #D98CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98CCB

Black with #D98CCB

Text Example


Text Example

White with #D98CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98CCB; }

 p { color: rgb(217,140,203); }

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

background-color css

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

 a { background-color: rgb(217,140,203); }

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

border-color css

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

 span { border-color: rgb(217,140,203); }

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