Html Css Color HEX #D298D4 Plum

📋 copy color: '#D298D4'

red 210 ◦ green 152 ◦ blue 212

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

Shades of Plum #D298D4

Tints of Plum #D298D4

RGB

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

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

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

R = 36.59%
G = 26.48%
B = 36.93%

CMYK

 C value IS 0.01

 M value IS 0.28

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#D298D4 (or 0xD298D4) is known color: Plum. HEX triplet: D2, 98 and D4. RGB value is (210,152,212). Sum of RGB (Red+Green+Blue) = 210+152+212=574 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.59% from 574); Green value is 152 (59.77% from 255 or 26.48% from 574); Blue value is 212 (83.20% from 255 or 36.93% from 574); Max value from RGB is 212 - color contains mainly: blue. Hex color #D298D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D298D4 is #2D672B. Grayscale: #B0B0B0. Windows color (decimal): -2975532 or 13932754. OLE color: 13932754.

HSL color Cylindrical-coordinate representation of color #D298D4: hue angle of 298º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D298D4 is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 210 152 212 -
CMYK 0.01 0.28 0 0.17
HSL 298º 0.41% 0.71% -
HSV(B) 298º 0.28% 0.83% -
XYZ 49.69 40.91 67.57 -
YUV 176.18 148.22 152.12 -
System Red Green Blue C M Y K H S L
Decimal 210 152 212 0.01 0.28 0 0.17 298 0.41 0.71
Hex D2 98 D4 1 1C 0 11 12A 29 47
Octal 322 230 324 1 34 0 21 452 51 107
Binary 11010010 10011000 11010100 1 11100 0 10001 100101010 101001 1000111

Color Harmonies of #D298D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D298D4

Black with #D298D4

Text Example


Text Example

White with #D298D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D298D4; }

 p { color: rgb(210,152,212); }

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

background-color css

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

 a { background-color: rgb(210,152,212); }

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

border-color css

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

 span { border-color: rgb(210,152,212); }

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