Html Css Color HEX #DA98CF Plum

📋 copy color: '#DA98CF'

red 218 ◦ green 152 ◦ blue 207

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

Shades of Plum #DA98CF

Tints of Plum #DA98CF

RGB

 RED value IS 218 (85.55% from 255) = 37.78%

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

 BLUE value IS 207 (81.25% from 255) = 35.88%

R = 37.78%
G = 26.34%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#DA98CF (or 0xDA98CF) is known color: Plum. HEX triplet: DA, 98 and CF. RGB value is (218,152,207). Sum of RGB (Red+Green+Blue) = 218+152+207=577 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.78% from 577); Green value is 152 (59.77% from 255 or 26.34% from 577); Blue value is 207 (81.25% from 255 or 35.88% from 577); Max value from RGB is 218 - color contains mainly: red. Hex color #DA98CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA98CF is #256730. Grayscale: #B1B1B1. Windows color (decimal): -2451249 or 13605082. OLE color: 13605082.

HSL color Cylindrical-coordinate representation of color #DA98CF: hue angle of 310º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DA98CF is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 152 207 -
CMYK 0 0.30 0.05 0.15
HSL 310º 0.47% 0.73% -
HSV(B) 310º 0.3% 0.85% -
XYZ 51.4 41.87 64.4 -
YUV 178 144.37 156.53 -
System Red Green Blue C M Y K H S L
Decimal 218 152 207 0 0.30 0.05 0.15 310 0.47 0.73
Hex DA 98 CF 0 1E 5 F 136 2F 49
Octal 332 230 317 0 36 5 17 466 57 111
Binary 11011010 10011000 11001111 0 11110 101 1111 100110110 101111 1001001

Color Harmonies of #DA98CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA98CF

Black with #DA98CF

Text Example


Text Example

White with #DA98CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA98CF; }

 p { color: rgb(218,152,207); }

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

background-color css

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

 a { background-color: rgb(218,152,207); }

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

border-color css

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

 span { border-color: rgb(218,152,207); }

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