Html Css Color HEX #D692CF Plum

📋 copy color: '#D692CF'

red 214 ◦ green 146 ◦ blue 207

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

Shades of Plum #D692CF

Tints of Plum #D692CF

RGB

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

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

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

R = 37.74%
G = 25.75%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D692CF (or 0xD692CF) is known color: Plum. HEX triplet: D6, 92 and CF. RGB value is (214,146,207). Sum of RGB (Red+Green+Blue) = 214+146+207=567 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.74% from 567); Green value is 146 (57.42% from 255 or 25.75% from 567); Blue value is 207 (81.25% from 255 or 36.51% from 567); Max value from RGB is 214 - color contains mainly: red. Hex color #D692CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D692CF is #296D30. Grayscale: #ADADAD. Windows color (decimal): -2714929 or 13603542. OLE color: 13603542.

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

Color convert

RGB 214 146 207 -
CMYK 0 0.32 0.03 0.16
HSL 306.18º 0.45% 0.71% -
HSV(B) 306.18º 0.32% 0.84% -
XYZ 49.27 39.36 64.03 -
YUV 173.29 147.03 157.04 -
System Red Green Blue C M Y K H S L
Decimal 214 146 207 0 0.32 0.03 0.16 306.18 0.45 0.71
Hex D6 92 CF 0 20 3 10 132 2D 47
Octal 326 222 317 0 40 3 20 462 55 107
Binary 11010110 10010010 11001111 0 100000 11 10000 100110010 101101 1000111

Color Harmonies of #D692CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D692CF

Black with #D692CF

Text Example


Text Example

White with #D692CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D692CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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