Html Css Color HEX #DD98F2 Plum

📋 copy color: '#DD98F2'

red 221 ◦ green 152 ◦ blue 242

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

Shades of Plum #DD98F2

Tints of Plum #DD98F2

RGB

 RED value IS 221 (86.72% from 255) = 35.93%

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

 BLUE value IS 242 (94.92% from 255) = 39.35%

R = 35.93%
G = 24.72%
B = 39.35%

CMYK

 C value IS 0.09

 M value IS 0.37

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DD98F2 (or 0xDD98F2) is known color: Plum. HEX triplet: DD, 98 and F2. RGB value is (221,152,242). Sum of RGB (Red+Green+Blue) = 221+152+242=615 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.93% from 615); Green value is 152 (59.77% from 255 or 24.72% from 615); Blue value is 242 (94.92% from 255 or 39.35% from 615); Max value from RGB is 242 - color contains mainly: blue. Hex color #DD98F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD98F2 is #22670D. Grayscale: #B6B6B6. Windows color (decimal): -2254606 or 15898845. OLE color: 15898845.

HSL color Cylindrical-coordinate representation of color #DD98F2: hue angle of 286º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DD98F2 is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 152 242 -
CMYK 0.09 0.37 0 0.05
HSL 286º 0.78% 0.77% -
HSV(B) 286º 0.37% 0.95% -
XYZ 57.07 44.24 89.54 -
YUV 182.89 161.36 155.18 -
System Red Green Blue C M Y K H S L
Decimal 221 152 242 0.09 0.37 0 0.05 286 0.78 0.77
Hex DD 98 F2 9 25 0 5 11E 4E 4D
Octal 335 230 362 11 45 0 5 436 116 115
Binary 11011101 10011000 11110010 1001 100101 0 101 100011110 1001110 1001101

Color Harmonies of #DD98F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD98F2

Black with #DD98F2

Text Example


Text Example

White with #DD98F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD98F2; }

 p { color: rgb(221,152,242); }

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

background-color css

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

 a { background-color: rgb(221,152,242); }

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

border-color css

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

 span { border-color: rgb(221,152,242); }

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