Html Css Color HEX #D297DA Plum

📋 copy color: '#D297DA'

red 210 ◦ green 151 ◦ blue 218

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

Shades of Plum #D297DA

Tints of Plum #D297DA

RGB

 RED value IS 210 (82.42% from 255) = 36.27%

 GREEN value IS 151 (59.38% from 255) = 26.08%

 BLUE value IS 218 (85.55% from 255) = 37.65%

R = 36.27%
G = 26.08%
B = 37.65%

CMYK

 C value IS 0.04

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D297DA (or 0xD297DA) is known color: Plum. HEX triplet: D2, 97 and DA. RGB value is (210,151,218). Sum of RGB (Red+Green+Blue) = 210+151+218=579 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.27% from 579); Green value is 151 (59.38% from 255 or 26.08% from 579); Blue value is 218 (85.55% from 255 or 37.65% from 579); Max value from RGB is 218 - color contains mainly: blue. Hex color #D297DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D297DA is #2D6825. Grayscale: #B0B0B0. Windows color (decimal): -2975782 or 14325714. OLE color: 14325714.

HSL color Cylindrical-coordinate representation of color #D297DA: hue angle of 292.84º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D297DA is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 210 151 218 -
CMYK 0.04 0.31 0 0.15
HSL 292.84º 0.48% 0.72% -
HSV(B) 292.84º 0.31% 0.85% -
XYZ 50.3 40.9 71.57 -
YUV 176.28 151.55 152.05 -
System Red Green Blue C M Y K H S L
Decimal 210 151 218 0.04 0.31 0 0.15 292.84 0.48 0.72
Hex D2 97 DA 4 1F 0 F 125 30 48
Octal 322 227 332 4 37 0 17 445 60 110
Binary 11010010 10010111 11011010 100 11111 0 1111 100100101 110000 1001000

Color Harmonies of #D297DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D297DA

Black with #D297DA

Text Example


Text Example

White with #D297DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D297DA; }

 p { color: rgb(210,151,218); }

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

background-color css

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

 a { background-color: rgb(210,151,218); }

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

border-color css

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

 span { border-color: rgb(210,151,218); }

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