Html Css Color HEX #DC98CB Plum

📋 copy color: '#DC98CB'

red 220 ◦ green 152 ◦ blue 203

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

Shades of Plum #DC98CB

Tints of Plum #DC98CB

RGB

 RED value IS 220 (86.33% from 255) = 38.26%

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

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

R = 38.26%
G = 26.43%
B = 35.3%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DC98CB (or 0xDC98CB) is known color: Plum. HEX triplet: DC, 98 and CB. RGB value is (220,152,203). Sum of RGB (Red+Green+Blue) = 220+152+203=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 152 (59.77% from 255 or 26.43% from 575); Blue value is 203 (79.69% from 255 or 35.30% from 575); Max value from RGB is 220 - color contains mainly: red. Hex color #DC98CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC98CB is #236734. Grayscale: #B2B2B2. Windows color (decimal): -2320181 or 13342940. OLE color: 13342940.

HSL color Cylindrical-coordinate representation of color #DC98CB: hue angle of 315º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DC98CB is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 152 203 -
CMYK 0 0.31 0.08 0.14
HSL 315º 0.49% 0.73% -
HSV(B) 315º 0.31% 0.86% -
XYZ 51.52 41.98 61.89 -
YUV 178.15 142.03 157.85 -
System Red Green Blue C M Y K H S L
Decimal 220 152 203 0 0.31 0.08 0.14 315 0.49 0.73
Hex DC 98 CB 0 1F 8 E 13B 31 49
Octal 334 230 313 0 37 10 16 473 61 111
Binary 11011100 10011000 11001011 0 11111 1000 1110 100111011 110001 1001001

Color Harmonies of #DC98CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC98CB

Black with #DC98CB

Text Example


Text Example

White with #DC98CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC98CB; }

 p { color: rgb(220,152,203); }

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

background-color css

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

 a { background-color: rgb(220,152,203); }

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

border-color css

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

 span { border-color: rgb(220,152,203); }

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