Html Css Color HEX #D098D6 Plum

📋 copy color: '#D098D6'

red 208 ◦ green 152 ◦ blue 214

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

Shades of Plum #D098D6

Tints of Plum #D098D6

RGB

 RED value IS 208 (81.64% from 255) = 36.24%

 GREEN value IS 152 (59.77% from 255) = 26.48%

 BLUE value IS 214 (83.98% from 255) = 37.28%

R = 36.24%
G = 26.48%
B = 37.28%

CMYK

 C value IS 0.03

 M value IS 0.29

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D098D6 (or 0xD098D6) is known color: Plum. HEX triplet: D0, 98 and D6. RGB value is (208,152,214). Sum of RGB (Red+Green+Blue) = 208+152+214=574 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.24% from 574); Green value is 152 (59.77% from 255 or 26.48% from 574); Blue value is 214 (83.98% from 255 or 37.28% from 574); Max value from RGB is 214 - color contains mainly: blue. Hex color #D098D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D098D6 is #2F6729. Grayscale: #AFAFAF. Windows color (decimal): -3106602 or 14063824. OLE color: 14063824.

HSL color Cylindrical-coordinate representation of color #D098D6: hue angle of 294.19º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D098D6 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 208 152 214 -
CMYK 0.03 0.29 0 0.16
HSL 294.19º 0.43% 0.72% -
HSV(B) 294.19º 0.29% 0.84% -
XYZ 49.38 40.72 68.88 -
YUV 175.81 149.55 150.96 -
System Red Green Blue C M Y K H S L
Decimal 208 152 214 0.03 0.29 0 0.16 294.19 0.43 0.72
Hex D0 98 D6 3 1D 0 10 126 2B 48
Octal 320 230 326 3 35 0 20 446 53 110
Binary 11010000 10011000 11010110 11 11101 0 10000 100100110 101011 1001000

Color Harmonies of #D098D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D098D6

Black with #D098D6

Text Example


Text Example

White with #D098D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D098D6; }

 p { color: rgb(208,152,214); }

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

background-color css

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

 a { background-color: rgb(208,152,214); }

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

border-color css

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

 span { border-color: rgb(208,152,214); }

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