Html Css Color HEX #D698CF Plum

📋 copy color: '#D698CF'

red 214 ◦ green 152 ◦ blue 207

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

Shades of Plum #D698CF

Tints of Plum #D698CF

RGB

 RED value IS 214 (83.98% from 255) = 37.35%

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

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

R = 37.35%
G = 26.53%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D698CF (or 0xD698CF) is known color: Plum. HEX triplet: D6, 98 and CF. RGB value is (214,152,207). Sum of RGB (Red+Green+Blue) = 214+152+207=573 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.35% from 573); Green value is 152 (59.77% from 255 or 26.53% from 573); Blue value is 207 (81.25% from 255 or 36.13% from 573); Max value from RGB is 214 - color contains mainly: red. Hex color #D698CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D698CF is #296730. Grayscale: #B0B0B0. Windows color (decimal): -2713393 or 13605078. OLE color: 13605078.

HSL color Cylindrical-coordinate representation of color #D698CF: hue angle of 306.77º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D698CF is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 152 207 -
CMYK 0 0.29 0.03 0.16
HSL 306.77º 0.43% 0.72% -
HSV(B) 306.77º 0.29% 0.84% -
XYZ 50.22 41.26 64.35 -
YUV 176.81 145.04 154.53 -
System Red Green Blue C M Y K H S L
Decimal 214 152 207 0 0.29 0.03 0.16 306.77 0.43 0.72
Hex D6 98 CF 0 1D 3 10 133 2B 48
Octal 326 230 317 0 35 3 20 463 53 110
Binary 11010110 10011000 11001111 0 11101 11 10000 100110011 101011 1001000

Color Harmonies of #D698CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D698CF

Black with #D698CF

Text Example


Text Example

White with #D698CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D698CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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