Html Css Color HEX #D892D4 Plum

📋 copy color: '#D892D4'

red 216 ◦ green 146 ◦ blue 212

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

Shades of Plum #D892D4

Tints of Plum #D892D4

RGB

 RED value IS 216 (84.77% from 255) = 37.63%

 GREEN value IS 146 (57.42% from 255) = 25.44%

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

R = 37.63%
G = 25.44%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#D892D4 (or 0xD892D4) is known color: Plum. HEX triplet: D8, 92 and D4. RGB value is (216,146,212). Sum of RGB (Red+Green+Blue) = 216+146+212=574 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.63% from 574); Green value is 146 (57.42% from 255 or 25.44% from 574); Blue value is 212 (83.20% from 255 or 36.93% from 574); Max value from RGB is 216 - color contains mainly: red. Hex color #D892D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D892D4 is #276D2B. Grayscale: #AEAEAE. Windows color (decimal): -2583852 or 13931224. OLE color: 13931224.

HSL color Cylindrical-coordinate representation of color #D892D4: hue angle of 303.43º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D892D4 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 146 212 -
CMYK 0 0.32 0.02 0.15
HSL 303.43º 0.47% 0.71% -
HSV(B) 303.43º 0.32% 0.85% -
XYZ 50.48 39.91 67.33 -
YUV 174.45 149.19 157.63 -
System Red Green Blue C M Y K H S L
Decimal 216 146 212 0 0.32 0.02 0.15 303.43 0.47 0.71
Hex D8 92 D4 0 20 2 F 12F 2F 47
Octal 330 222 324 0 40 2 17 457 57 107
Binary 11011000 10010010 11010100 0 100000 10 1111 100101111 101111 1000111

Color Harmonies of #D892D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D892D4

Black with #D892D4

Text Example


Text Example

White with #D892D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D892D4; }

 p { color: rgb(216,146,212); }

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

background-color css

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

 a { background-color: rgb(216,146,212); }

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

border-color css

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

 span { border-color: rgb(216,146,212); }

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